powermenu wip
This commit is contained in:
parent
778f934010
commit
fe3818d531
2 changed files with 90 additions and 79 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
// ----------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue