Skip to content

Commit

Permalink
Use menu-model directly for primary menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo committed Apr 30, 2024
1 parent 815f73d commit 8405c51
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hyperplane/gtk/window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,10 @@ template $HypWindow: Adw.ApplicationWindow {

[end]
MenuButton {
menu-model: primary_menu;
primary: true;
icon-name: "open-menu-symbolic";
tooltip-text: _("Menu");

popover: PopoverMenu {
menu-model: primary_menu;
};
}
}

Expand Down

0 comments on commit 8405c51

Please sign in to comment.