mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
implement debug menu item
This commit is contained in:
parent
8aab10c53e
commit
cf64949986
5 changed files with 40 additions and 15 deletions
|
|
@ -14,7 +14,7 @@ Menu::Menu()
|
|||
|
||||
tab->append(
|
||||
_("New tab"),
|
||||
"app.tab.new"
|
||||
"tab.new"
|
||||
);
|
||||
|
||||
// Build tool submenu
|
||||
|
|
@ -22,7 +22,7 @@ Menu::Menu()
|
|||
|
||||
tool->append(
|
||||
_("Debug"),
|
||||
"app.tool.debug"
|
||||
"win.debug"
|
||||
);
|
||||
|
||||
// Build main menu
|
||||
|
|
@ -40,7 +40,7 @@ Menu::Menu()
|
|||
|
||||
main->append(
|
||||
_("Quit"),
|
||||
"win.quit"
|
||||
"app.quit"
|
||||
);
|
||||
|
||||
set_menu_model(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue