1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-17 21:27:08 +00:00

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

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:@{