Wip Powermenu
This commit is contained in:
parent
fc9a53fb0d
commit
a91c0978c0
3 changed files with 53 additions and 31 deletions
|
|
@ -71,14 +71,22 @@ NBox {
|
|||
tooltipText: "Power Menu"
|
||||
onClicked: {
|
||||
powerMenu.open(screen)
|
||||
sidePanel.close()
|
||||
}
|
||||
}
|
||||
|
||||
NIconButton {
|
||||
id: closeButton
|
||||
icon: "close"
|
||||
tooltipText: "Close Side Panel"
|
||||
onClicked: {
|
||||
sidePanel.close()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
PowerMenu {
|
||||
id: powerMenu
|
||||
}
|
||||
|
||||
|
||||
// ----------------------------------
|
||||
// Uptime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue