1
0
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:
Filippo Scognamiglio
2026-01-17 17:20:37 +01:00
parent e72faa1d2c
commit e70268bb73
8 changed files with 113 additions and 102 deletions

View File

@@ -69,10 +69,10 @@ Menu {
visible: showMenubarAction.enabled
}
MenuItem {
action: zoomIn
action: zoomInAction
}
MenuItem {
action: zoomOut
action: zoomOutAction
}
}
Menu {