Skip to content

Commit 982b8c0

Browse files
committed
the menu here is fake, remove
1 parent 6cf1bfd commit 982b8c0

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

src/window.blp

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,3 @@ template $ShutterRustWindow: ApplicationWindow {
2222
]
2323
};
2424
}
25-
26-
menu primary_menu {
27-
section {
28-
item {
29-
label: _("_Preferences");
30-
action: "app.preferences";
31-
}
32-
33-
item {
34-
label: _("_Keyboard Shortcuts");
35-
action: "win.show-help-overlay";
36-
}
37-
38-
item {
39-
label: _("_About Shutter-Rust");
40-
action: "app.about";
41-
}
42-
}
43-
}

0 commit comments

Comments
 (0)