use stack for switching main pages

This commit is contained in:
heliguy
2024-07-17 16:40:47 -04:00
parent 32b1c3ae6c
commit f05fb969a1
3 changed files with 25 additions and 17 deletions

View File

@@ -130,6 +130,10 @@ template $WarehouseWindow: Adw.ApplicationWindow {
}
}
;
content:
Stack stack {
}
;
}
;
}