File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Flow.Launcher.Infrastructure/UserSettings
Flow.Launcher/SettingPages/Views Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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}"
You can’t perform that action at this time.
0 commit comments