From 856346acebe94adadd178616e157607d497c4e8e Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Fri, 25 Apr 2025 09:03:04 +0800 Subject: [PATCH] Always update main window position when window is loaded --- Flow.Launcher/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index ae05d1124..381d03c1f 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -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;