Make PowerPanel look nice

This commit is contained in:
Ly-sec
2025-08-20 20:04:39 +02:00
parent 1fc717f354
commit 6538ef1459
4 changed files with 351 additions and 352 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ NBox {
icon: "power_settings_new"
tooltipText: "Power Menu"
onClicked: {
powerMenu.open(screen)
powerPanel.open(screen)
sidePanel.close()
}
}