mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2026-02-08 00:32:27 +00:00
Make actions between the different menus global.
This commit is contained in:
@@ -69,10 +69,10 @@ Menu {
|
||||
visible: showMenubarAction.enabled
|
||||
}
|
||||
MenuItem {
|
||||
action: zoomIn
|
||||
action: zoomInAction
|
||||
}
|
||||
MenuItem {
|
||||
action: zoomOut
|
||||
action: zoomOutAction
|
||||
}
|
||||
}
|
||||
Menu {
|
||||
|
||||
Reference in New Issue
Block a user