1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-03 20:18:31 -04:00

lock: fix custom lock commands with lock before suspend and hibernate

fixes #2326
This commit is contained in:
bbedward
2026-07-02 15:41:05 -04:00
parent 2663bcd96c
commit 4c43bed2f8
3 changed files with 33 additions and 6 deletions
@@ -536,6 +536,7 @@ Item {
iconName: "developer_mode"
title: I18n.tr("Custom Power Actions")
settingKey: "customPowerActions"
tags: ["lock", "logout", "suspend", "hibernate", "reboot", "poweroff", "power off", "shutdown", "command", "script", "override"]
Repeater {
model: [
@@ -602,7 +603,6 @@ Item {
}
}
}
}
}
}