1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2026-02-08 00:32:27 +00:00

Revert "Make actions between the different menus global."

This reverts commit e70268bb73.
This commit is contained in:
Filippo Scognamiglio
2026-01-22 00:16:31 +01:00
parent 8cf303132f
commit 2e4536ecdf
8 changed files with 112 additions and 116 deletions

View File

@@ -57,10 +57,14 @@ MenuBar {
visible: fullscreenAction.enabled
}
MenuItem {
action: zoomInAction
action: showMenubarAction
visible: showMenubarAction.enabled
}
MenuItem {
action: zoomOutAction
action: zoomIn
}
MenuItem {
action: zoomOut
}
}
Menu {