mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Wip Powermenu
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user