feat: start tinkering with adding a footer for the playerbar on the ApplicationWindow
This commit is contained in:
parent
4e78c664e6
commit
e3a00ab8ac
4 changed files with 49 additions and 1 deletions
|
@ -8,11 +8,13 @@ Kirigami.ApplicationWindow {
|
|||
visible: true
|
||||
width: 1000
|
||||
|
||||
footer: PlayerBar {
|
||||
}
|
||||
globalDrawer: PrimaryNavigation {
|
||||
windowRef: root
|
||||
}
|
||||
|
||||
// TODO: Implement an onboarding page
|
||||
pageStack.initialPage: HomePage {
|
||||
pageStack.initialPage: Root {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue