powermenu wip

This commit is contained in:
quadbyte 2025-08-20 11:40:33 -04:00
parent 778f934010
commit fe3818d531
2 changed files with 90 additions and 79 deletions

View file

@ -70,7 +70,7 @@ NBox {
icon: "power_settings_new"
tooltipText: "Power Menu"
onClicked: {
powerMenu.show()
powerMenu.open(screen)
}
}
}
@ -78,9 +78,6 @@ NBox {
PowerMenu {
id: powerMenu
// TBC
// anchors.top: powerButton.bottom
// anchors.right: powerButton.right
}
// ----------------------------------