Added power button to top right

This commit is contained in:
2025-09-26 17:00:51 -04:00
parent 782b320b67
commit 78d96977f3
2 changed files with 39 additions and 0 deletions

View File

@@ -88,6 +88,10 @@ Scope {
Layout.fillHeight: true
Layout.fillWidth: false
}
PowerButton {
Layout.fillWidth: false
Layout.fillHeight: true
}
}
}
}