mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Prepare to deprecation
This commit is contained in:
parent
43beef42b8
commit
39fa79b49d
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ internal static class HotKeyMapper
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Deprecated
|
// TODO: Deprecated
|
||||||
internal static void OnToggleHotkeyWithChefKeys()
|
private static void OnToggleHotkeyWithChefKeys()
|
||||||
{
|
{
|
||||||
if (!_mainViewModel.ShouldIgnoreHotkeys())
|
if (!_mainViewModel.ShouldIgnoreHotkeys())
|
||||||
_mainViewModel.ToggleFlowLauncher();
|
_mainViewModel.ToggleFlowLauncher();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue