propRefresher: fix misnamed value

This commit is contained in:
Vaxry 2026-05-06 21:05:18 +01:00 committed by Vaxry
parent 74ed271d0f
commit e9659382e9

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;