propRefresher: fix misnamed value

This commit is contained in:
Vaxry 2026-05-06 21:05:18 +01:00
parent 6de60ed917
commit c08750815e
No known key found for this signature in database

View file

@ -22,7 +22,7 @@ UP<CPropRefresher>& Supplementary::refresher() {
}
void CPropRefresher::scheduleRefresh(PropRefreshBits prop) {
static auto PZOOMFACTOR = CConfigValue<Config::FLOAT>("cursor.zoom_factor");
static auto PZOOMFACTOR = CConfigValue<Config::FLOAT>("cursor:zoom_factor");
m_propsTripped |= prop;