mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-07 06:18:05 +02:00
propRefresher: fix misnamed value
This commit is contained in:
parent
6de60ed917
commit
c08750815e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue