Skip to content

Commit c2e002b

Browse files
committed
Change default position to MouseScreenCenter
1 parent 985003c commit c2e002b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public bool HideNotifyIcon
199199
}
200200
public bool LeaveCmdOpen { get; set; }
201201
public bool HideWhenDeactive { get; set; } = true;
202-
public LauncherPositions LauncherPosition { get; set; } = LauncherPositions.RememberLastLaunchLocation;
202+
public LauncherPositions LauncherPosition { get; set; } = LauncherPositions.MouseScreenCenter;
203203
public bool IgnoreHotkeysOnFullscreen { get; set; }
204204

205205
public HttpProxy Proxy { get; set; } = new HttpProxy();

0 commit comments

Comments
 (0)