1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 22:42:50 -05:00

powermenu: make customizable + add dms restart

This commit is contained in:
bbedward
2025-11-12 15:29:39 -05:00
parent 494d90be22
commit b17c14a07b
13 changed files with 858 additions and 470 deletions

View File

@@ -292,6 +292,8 @@ Singleton {
property bool osdAlwaysShowValue: false
property bool powerActionConfirm: true
property var powerMenuActions: ["reboot", "logout", "poweroff", "lock", "suspend", "restart"]
property string powerMenuDefaultAction: "logout"
property string customPowerActionLock: ""
property string customPowerActionLogout: ""
property string customPowerActionSuspend: ""