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 34e868a commit 9a241e2Copy full SHA for 9a241e2
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -230,7 +230,10 @@ public CustomBrowserViewModel CustomBrowser
230
}
231
};
232
233
- public bool AutoQuickSwitch { get; set; } = false; // Unused due to many issues
+ 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;
237
238
public bool ShowQuickSwitchWindow { get; set; } = true;
239
0 commit comments