mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix hotkey control construction issue
This commit is contained in:
parent
f7fa647da3
commit
f2358a56e8
1 changed files with 1 additions and 1 deletions
|
|
@ -68,9 +68,9 @@ public partial class SettingsPaneHotkey
|
|||
// TODO: Check if this can use
|
||||
var hotkeyControl = new HotkeyControl
|
||||
{
|
||||
Type = HotkeyControl.HotkeyType.CustomQueryHotkey,
|
||||
DefaultHotkey = hotkey.DefaultHotkey,
|
||||
Hotkey = hotkeySetting,
|
||||
Type = HotkeyControl.HotkeyType.CustomQueryHotkey,
|
||||
ValidateKeyGesture = true
|
||||
};
|
||||
card.Content = hotkeyControl;
|
||||
|
|
|
|||
Loading…
Reference in a new issue