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 94a29cb commit 577ba1bCopy full SHA for 577ba1b
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -296,7 +296,7 @@ public CustomBrowserViewModel CustomBrowser
296
297
public bool AutoQuickSwitch { get; set; } = false;
298
299
- public bool ShowQuickSwitchWindow { get; set; } = true;
+ public bool ShowQuickSwitchWindow { get; set; } = false;
300
301
[JsonConverter(typeof(JsonStringEnumConverter))]
302
public QuickSwitchWindowPositions QuickSwitchWindowPosition { get; set; } = QuickSwitchWindowPositions.UnderDialog;
0 commit comments