Skip to content

Commit 086f982

Browse files
committed
Add auto switch option back
1 parent 277171d commit 086f982

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,6 @@ public CustomBrowserViewModel CustomBrowser
232232

233233
public bool EnableQuickSwitch { get; set; } = true;
234234

235-
// TODO: TODO: Due to many issues, this option is removed from FL
236-
// Please see https://github.com/Flow-Launcher/Flow.Launcher/pull/1018
237235
public bool AutoQuickSwitch { get; set; } = false;
238236

239237
public bool ShowQuickSwitchWindow { get; set; } = true;

Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,17 +215,15 @@
215215
</cc:ExCard.SideContent>
216216

217217
<cc:CardGroup>
218-
<!-- TODO: Due to many issues, this option is removed from FL -->
219-
<!-- Please see https://github.com/Flow-Launcher/Flow.Launcher/pull/1018 -->
220-
<!--<cc:Card
218+
<cc:Card
221219
Title="{DynamicResource autoQuickSwitch}"
222220
Sub="{DynamicResource autoQuickSwitchToolTip}"
223221
Type="InsideFit">
224222
<ui:ToggleSwitch
225223
IsOn="{Binding Settings.AutoQuickSwitch}"
226224
OffContent="{DynamicResource disable}"
227225
OnContent="{DynamicResource enable}" />
228-
</cc:Card>-->
226+
</cc:Card>
229227

230228
<cc:Card
231229
Title="{DynamicResource showQuickSwitchWindow}"

0 commit comments

Comments
 (0)