mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add toggle cmmand for main view model
This commit is contained in:
parent
3231b1d32f
commit
051af06c30
1 changed files with 7 additions and 0 deletions
|
|
@ -496,6 +496,13 @@ namespace Flow.Launcher.ViewModel
|
|||
|
||||
#region BasicCommands
|
||||
|
||||
[RelayCommand]
|
||||
private void CheckAndToggleFlowLauncher()
|
||||
{
|
||||
if (!ShouldIgnoreHotkeys())
|
||||
ToggleFlowLauncher();
|
||||
}
|
||||
|
||||
[RelayCommand]
|
||||
private void OpenSetting()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue