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:
@@ -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 {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user