Always update main window position when window is loaded

This commit is contained in:
Jack251970 2025-04-25 09:03:04 +08:00
parent e3573f32d5
commit 856346aceb

View file

@ -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;