Skip to content

Commit 856346a

Browse files
committed
Always update main window position when window is loaded
1 parent e3573f3 commit 856346a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ private void OnClosed(object sender, EventArgs e)
324324

325325
private void OnLocationChanged(object sender, EventArgs e)
326326
{
327-
if (_settings.SearchWindowScreen == SearchWindowScreens.RememberLastLaunchLocation)
327+
if (IsLoaded)
328328
{
329329
_settings.WindowLeft = Left;
330330
_settings.WindowTop = Top;

0 commit comments

Comments
 (0)