We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf1bfd commit 982b8c0Copy full SHA for 982b8c0
src/window.blp
@@ -22,22 +22,3 @@ template $ShutterRustWindow: ApplicationWindow {
22
]
23
};
24
}
25
-
26
-menu primary_menu {
27
- section {
28
- item {
29
- label: _("_Preferences");
30
- action: "app.preferences";
31
- }
32
33
34
- label: _("_Keyboard Shortcuts");
35
- action: "win.show-help-overlay";
36
37
38
39
- label: _("_About Shutter-Rust");
40
- action: "app.about";
41
42
43
-}
0 commit comments