Skip to content

Commit

Permalink
the menu here is fake, remove
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Jan 11, 2025
1 parent 6cf1bfd commit 982b8c0
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,3 @@ template $ShutterRustWindow: ApplicationWindow {
]
};
}

menu primary_menu {
section {
item {
label: _("_Preferences");
action: "app.preferences";
}

item {
label: _("_Keyboard Shortcuts");
action: "win.show-help-overlay";
}

item {
label: _("_About Shutter-Rust");
action: "app.about";
}
}
}

0 comments on commit 982b8c0

Please sign in to comment.