make refresh button refresh all pages

This commit is contained in:
heliguy
2024-07-17 15:08:03 -04:00
parent 19f5034108
commit 1c53c21447
5 changed files with 37 additions and 23 deletions

View File

@@ -29,9 +29,9 @@ template $WarehouseWindow: Adw.ApplicationWindow {
[top]
Adw.HeaderBar header_bar {
[start]
Button sidebar_button {
icon-name: "dock-left-symbolic";
tooltip-text: _("Hide Sidebar");
Button refresh_button {
icon-name: "arrow-circular-top-right-symbolic";
tooltip-text: _("Refresh List");
}
[end]
MenuButton main_menu {