Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions src/window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Adw.ApplicationWindow window {
Adw.HeaderBar header_bar {
[start]
MenuButton {
popover: menu_popover;
menu-model: menu_model;
icon-name: "open-menu-symbolic";
tooltip-text: _("Main Menu");
valign: center;
Expand Down Expand Up @@ -60,7 +60,7 @@ Adw.ApplicationWindow window {
styles ["bar"]

MenuButton button_menu_bottom {
popover: menu_popover;
menu-model: menu_model;
icon-name: "open-menu-symbolic";
tooltip-text: _("Main Menu");
valign: center;
Expand All @@ -82,11 +82,6 @@ Adw.ApplicationWindow window {
};
}

PopoverMenu menu_popover {
menu-model: menu_model;
halign: start;
}

menu menu_model {
item {
label: _("Show App Names");
Expand Down