Skip to content

Commit 9a241e2

Browse files
committed
Add enable quick switch
1 parent 34e868a commit 9a241e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,10 @@ public CustomBrowserViewModel CustomBrowser
230230
}
231231
};
232232

233-
public bool AutoQuickSwitch { get; set; } = false; // Unused due to many issues
233+
public bool EnableQuickSwitch { get; set; } = true;
234+
235+
// TODO: Due to many issues, this option is removed from FL
236+
public bool AutoQuickSwitch { get; set; } = false;
234237

235238
public bool ShowQuickSwitchWindow { get; set; } = true;
236239

0 commit comments

Comments
 (0)