Skip to content

Commit d332472

Browse files
committed
Add todo
1 parent 20f065a commit d332472

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher/HotkeyControlDialog.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ 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?
140141
if (_hotkeySettings.RegisteredHotkeys.FirstOrDefault(v => v.Hotkey == hotkey) is { } registeredHotkeyData)
141142
{
142143
var description = string.Format(

0 commit comments

Comments
 (0)