mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Always update main window position when window is loaded
This commit is contained in:
parent
e3573f32d5
commit
856346aceb
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ namespace Flow.Launcher
|
|||
|
||||
private void OnLocationChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (_settings.SearchWindowScreen == SearchWindowScreens.RememberLastLaunchLocation)
|
||||
if (IsLoaded)
|
||||
{
|
||||
_settings.WindowLeft = Left;
|
||||
_settings.WindowTop = Top;
|
||||
|
|
|
|||
Loading…
Reference in a new issue