We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985003c commit c2e002bCopy full SHA for c2e002b
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -199,7 +199,7 @@ public bool HideNotifyIcon
199
}
200
public bool LeaveCmdOpen { get; set; }
201
public bool HideWhenDeactive { get; set; } = true;
202
- public LauncherPositions LauncherPosition { get; set; } = LauncherPositions.RememberLastLaunchLocation;
+ public LauncherPositions LauncherPosition { get; set; } = LauncherPositions.MouseScreenCenter;
203
public bool IgnoreHotkeysOnFullscreen { get; set; }
204
205
public HttpProxy Proxy { get; set; } = new HttpProxy();
0 commit comments