Skip to content

Commit 1643c49

Browse files
committed
Improve code comments
1 parent bb20878 commit 1643c49

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@
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}"

0 commit comments

Comments
 (0)