Remove todos

This commit is contained in:
Jack251970 2025-07-02 19:39:38 +08:00
parent 11c5b7c911
commit e196aa420a
3 changed files with 1 additions and 3 deletions

View file

@ -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();
}

View file

@ -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(

View file

@ -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
{