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

View file

@ -22,6 +22,7 @@ import qs.Modules.IPC
import qs.Modules.LockScreen
import qs.Modules.Notification
import qs.Modules.SettingsPanel
import qs.Modules.PowerPanel
import qs.Modules.SidePanel
import qs.Modules.Toast
@ -65,8 +66,8 @@ ShellRoot {
id: lockScreen
}
PowerMenu {
id: powerMenu
PowerPanel {
id: powerPanel
}
ToastManager {}