diff --git a/src/main_window/window.blp b/src/main_window/window.blp index 2840f17..951d1f8 100644 --- a/src/main_window/window.blp +++ b/src/main_window/window.blp @@ -142,41 +142,18 @@ template $WarehouseWindow: Adw.ApplicationWindow { menu primary_menu { section { - item { - label: _("Manage Leftover Data…"); - action: "app.manage-data-folders"; - } - /*item { label: _("_Preferences"); action: "app.preferences"; }*/ - item { - label: _("Manage Remotes…"); - action: "app.show-remotes-window"; - } - } - section { - item { - label: _("Install From File…"); - action: "app.install-from-file"; - } - - item { - label: _("Install From The Web…"); - action: "app.open-search-install"; - } - } - section { - item { - label: _("Refresh List"); - action: "app.refresh-list"; - } + // item { + // label: _("Refresh List"); + // action: "app.refresh-list"; + // } item { label: _("_Keyboard Shortcuts"); action: "win.show-help-overlay"; } - item { label: _("_About Warehouse"); action: "app.about";