Add toggle cmmand for main view model

This commit is contained in:
Jack251970 2025-07-02 13:03:00 +08:00
parent 3231b1d32f
commit 051af06c30

View file

@ -496,6 +496,13 @@ namespace Flow.Launcher.ViewModel
#region BasicCommands
[RelayCommand]
private void CheckAndToggleFlowLauncher()
{
if (!ShouldIgnoreHotkeys())
ToggleFlowLauncher();
}
[RelayCommand]
private void OpenSetting()
{