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;