mirror of https://github.com/mpv-player/mpv
mac: add ability to toggle visibility on all workspaces from menubar
This commit is contained in:
parent
a4204be50f
commit
56669fb44e
|
@ -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:@{
|
||||
|
|
Loading…
Reference in New Issue