mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix Positioning when use quickadjust
This commit is contained in:
parent
c2e002be1e
commit
17e6719944
1 changed files with 6 additions and 0 deletions
|
|
@ -177,6 +177,12 @@ namespace Flow.Launcher
|
||||||
case nameof(Settings.Hotkey):
|
case nameof(Settings.Hotkey):
|
||||||
UpdateNotifyIconText();
|
UpdateNotifyIconText();
|
||||||
break;
|
break;
|
||||||
|
case nameof(Settings.WindowLeft):
|
||||||
|
Left = _settings.WindowLeft;
|
||||||
|
break;
|
||||||
|
case nameof(Settings.WindowTop):
|
||||||
|
Top = _settings.WindowTop;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue