From c2e002be1e8c3cc55313309d8274c36b215e44f6 Mon Sep 17 00:00:00 2001 From: DB p Date: Wed, 19 Oct 2022 19:09:51 +0900 Subject: [PATCH] Change default position to MouseScreenCenter --- Flow.Launcher.Infrastructure/UserSettings/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs index 89179c854..2db08b1b2 100644 --- a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs +++ b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs @@ -199,7 +199,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings } public bool LeaveCmdOpen { get; set; } public bool HideWhenDeactive { get; set; } = true; - public LauncherPositions LauncherPosition { get; set; } = LauncherPositions.RememberLastLaunchLocation; + public LauncherPositions LauncherPosition { get; set; } = LauncherPositions.MouseScreenCenter; public bool IgnoreHotkeysOnFullscreen { get; set; } public HttpProxy Proxy { get; set; } = new HttpProxy();