mac: add ability to toggle visibility on all workspaces from menubar

This commit is contained in:
Evgeny Zinoviev 2021-02-20 23:08:36 +03:00 committed by der richter
parent a4204be50f
commit 56669fb44e
1 changed files with 7 additions and 0 deletions

View File

@ -218,6 +218,13 @@
@"target" : self,
@"cmd" : @"cycle ontop"
}],
[NSMutableDictionary dictionaryWithDictionary:@{
@"name" : @"Toggle Visibility on All Workspaces",
@"action" : @"cmd:",
@"key" : @"",
@"target" : self,
@"cmd" : @"cycle on-all-workspaces"
}],
#if HAVE_MACOS_TOUCHBAR
@{ @"name": @"separator" },
[NSMutableDictionary dictionaryWithDictionary:@{