fix: move new window to section

This commit is contained in:
0xMRTT 2023-05-13 14:46:03 +02:00
parent 15a73ae8d1
commit 60169ba940
Signed by: 0xMRTT
GPG Key ID: 19C1449A774028BD

View File

@ -224,6 +224,12 @@ template BavarderWindow : Adw.ApplicationWindow {
menu main-menu {
section {
item {
label: _("New window");
action: "app.new";
}
}
section {
item {
label: _("Preferences");
@ -234,12 +240,7 @@ menu main-menu {
label: _("Keyboard Shortcuts");
action: "win.show-help-overlay";
}
item {
label: _("New window");
action: "app.new";
}
item {
label: _("About Bavarder");
action: "app.about";