mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove todos
This commit is contained in:
parent
11c5b7c911
commit
e196aa420a
3 changed files with 1 additions and 3 deletions
|
|
@ -669,7 +669,7 @@ internal static class HotKeyMapper
|
|||
pluginHotkey.Action == null) // Check action nullability
|
||||
continue;
|
||||
|
||||
// TODO: Remove return to skip other commands & Organize main window hotkeys
|
||||
// TODO: Remove return to skip other commands
|
||||
if (pluginHotkey.Action.Invoke(selectedResult))
|
||||
App.API.HideMainWindow();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -137,7 +137,6 @@ public partial class HotkeyControlDialog : ContentDialog
|
|||
if (tbMsg == null)
|
||||
return;
|
||||
|
||||
// TODO: If we need to check !v.Hotkey.IsEmpty && for v.Hotkey?
|
||||
if (_hotkeySettings.RegisteredHotkeys.FirstOrDefault(v => v.Hotkey == hotkey) is { } registeredHotkeyData)
|
||||
{
|
||||
var description = string.Format(
|
||||
|
|
|
|||
|
|
@ -54,7 +54,6 @@ public partial class SettingsPaneHotkey
|
|||
{
|
||||
Title = metadata.Name,
|
||||
Margin = new Thickness(0, 4, 0, 0),
|
||||
// TODO: Support displaying plugin icon here
|
||||
};
|
||||
var hotkeyStackPanel = new StackPanel
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue