Skip to content

Commit e196aa4

Browse files
committed
Remove todos
1 parent 11c5b7c commit e196aa4

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Flow.Launcher/Helper/HotKeyMapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ private static void WindowPluginHotkey(WindowPluginHotkeyPair pair)
669669
pluginHotkey.Action == null) // Check action nullability
670670
continue;
671671

672-
// TODO: Remove return to skip other commands & Organize main window hotkeys
672+
// TODO: Remove return to skip other commands
673673
if (pluginHotkey.Action.Invoke(selectedResult))
674674
App.API.HideMainWindow();
675675
}

Flow.Launcher/HotkeyControlDialog.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ private void SetKeysToDisplay(HotkeyModel? hotkey)
137137
if (tbMsg == null)
138138
return;
139139

140-
// TODO: If we need to check !v.Hotkey.IsEmpty && for v.Hotkey?
141140
if (_hotkeySettings.RegisteredHotkeys.FirstOrDefault(v => v.Hotkey == hotkey) is { } registeredHotkeyData)
142141
{
143142
var description = string.Format(

Flow.Launcher/SettingPages/Views/SettingsPaneHotkey.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ private void PluginHotkeySettings_Loaded(object sender, RoutedEventArgs e)
5454
{
5555
Title = metadata.Name,
5656
Margin = new Thickness(0, 4, 0, 0),
57-
// TODO: Support displaying plugin icon here
5857
};
5958
var hotkeyStackPanel = new StackPanel
6059
{

0 commit comments

Comments
 (0)