Skip to content

Commit 577ba1b

Browse files
committed
Do not show quick switch window by default
1 parent 94a29cb commit 577ba1b

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
@@ -296,7 +296,7 @@ public CustomBrowserViewModel CustomBrowser
296296

297297
public bool AutoQuickSwitch { get; set; } = false;
298298

299-
public bool ShowQuickSwitchWindow { get; set; } = true;
299+
public bool ShowQuickSwitchWindow { get; set; } = false;
300300

301301
[JsonConverter(typeof(JsonStringEnumConverter))]
302302
public QuickSwitchWindowPositions QuickSwitchWindowPosition { get; set; } = QuickSwitchWindowPositions.UnderDialog;

0 commit comments

Comments
 (0)