mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Prepare for deprecation
This commit is contained in:
parent
3b1e014e03
commit
2cf6bfb725
1 changed files with 2 additions and 2 deletions
|
|
@ -674,7 +674,7 @@ internal static class HotKeyMapper
|
|||
}
|
||||
|
||||
// Create and add the new key binding
|
||||
var command = BuildCommand(hotkey, hotkeyModels);
|
||||
var command = BuildCommand(hotkeyModels);
|
||||
var keyBinding = new KeyBinding(command, keyGesture);
|
||||
window.InputBindings.Add(keyBinding);
|
||||
}
|
||||
|
|
@ -693,7 +693,7 @@ internal static class HotKeyMapper
|
|||
}
|
||||
|
||||
// TODO: Deprecated
|
||||
private static ICommand BuildCommand(HotkeyModel hotkey, List<(PluginMetadata Metadata, SearchWindowPluginHotkey PluginHotkey)> hotkeyModels)
|
||||
private static ICommand BuildCommand(List<(PluginMetadata Metadata, SearchWindowPluginHotkey PluginHotkey)> hotkeyModels)
|
||||
{
|
||||
return new RelayCommand(() =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue