We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f065a commit d332472Copy full SHA for d332472
Flow.Launcher/HotkeyControlDialog.xaml.cs
@@ -137,6 +137,7 @@ private void SetKeysToDisplay(HotkeyModel? hotkey)
137
if (tbMsg == null)
138
return;
139
140
+ // TODO: If we need to check !v.Hotkey.IsEmpty && for v.Hotkey?
141
if (_hotkeySettings.RegisteredHotkeys.FirstOrDefault(v => v.Hotkey == hotkey) is { } registeredHotkeyData)
142
{
143
var description = string.Format(
0 commit comments