mirror of https://github.com/mpv-player/mpv
mac/menu: remove duplicate key assignment Undo/Zoom
this key is already assigned to Undo.
This commit is contained in:
parent
eadd85a6ac
commit
ad0573ff8e
|
@ -208,7 +208,7 @@ class MenuBar: NSObject {
|
|||
|
||||
let windowMenuConfigs = [
|
||||
Config(name: "Minimize", key: "m", commandSpecial: .minimize),
|
||||
Config(name: "Zoom", key: "z", commandSpecial: .zoom),
|
||||
Config(name: "Zoom", commandSpecial: .zoom),
|
||||
]
|
||||
|
||||
let helpMenuConfigs = [
|
||||
|
|
Loading…
Reference in New Issue