mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add todo
This commit is contained in:
parent
20f065aff9
commit
d332472693
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ 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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue