Change default position to MouseScreenCenter

This commit is contained in:
DB p 2022-10-19 19:09:51 +09:00
parent 985003cff2
commit c2e002be1e

View file

@ -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();