File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Flow.Launcher.Infrastructure/UserSettings
Flow.Launcher/SettingPages/Views Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,8 @@ 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 (see https://github.com/Flow-Launcher/Flow.Launcher/pull/1018)
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
236237 public bool AutoQuickSwitch { get ; set ; } = false ;
237238
238239 public bool ShowQuickSwitchWindow { get ; set ; } = true ;
Original file line number Diff line number Diff line change 214214 OnContent =" {DynamicResource enable}" />
215215 </cc : ExCard .SideContent>
216216
217- <!-- TODO: Due to many issues, this option is removed from FL (see https://github.com/Flow-Launcher/Flow.Launcher/pull/1018) -->
217+ <!-- TODO: Due to many issues, this option is removed from FL -->
218+ <!-- Please see https://github.com/Flow-Launcher/Flow.Launcher/pull/1018 -->
218219 <!-- <cc:Card
219220 Title="{DynamicResource autoQuickSwitch}"
220221 Sub="{DynamicResource autoQuickSwitchToolTip}"
You can’t perform that action at this time.
0 commit comments