mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-04 21:02:06 -04:00
feat: Add independent power action confirmation settings for dms greeter
This commit is contained in:
@@ -1231,6 +1231,9 @@ Item {
|
||||
LockPowerMenu {
|
||||
id: powerMenu
|
||||
showLogout: false
|
||||
useGreeterPowerSettings: true
|
||||
greeterPowerActionConfirm: GreetdSettings.powerActionConfirmGreeter
|
||||
greeterPowerActionHoldDuration: GreetdSettings.powerActionHoldDuration
|
||||
onClosed: {
|
||||
if (isPrimaryScreen && inputField && inputField.forceActiveFocus) {
|
||||
Qt.callLater(() => inputField.forceActiveFocus());
|
||||
|
||||
Reference in New Issue
Block a user