From 982b8c07dfd4bdd4a816a34b796753fbd0f6cd63 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 11 Jan 2025 10:32:44 +0000 Subject: [PATCH] the menu here is fake, remove --- src/window.blp | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/window.blp b/src/window.blp index 8055ae2..5c7a83d 100644 --- a/src/window.blp +++ b/src/window.blp @@ -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"; - } - } -}