Remove unneeded menu entries in the main menu

This commit is contained in:
heliguy4599
2024-10-11 00:51:35 -04:00
parent 4f684eee3a
commit 8bf73d36be

View File

@@ -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";