1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 12:52:06 -04:00

polkit: support for polkit escalation prompts

This commit is contained in:
bbedward
2025-10-31 09:40:05 -04:00
parent 53ae8ac917
commit c5efd28781
4 changed files with 428 additions and 0 deletions

View File

@@ -213,6 +213,10 @@ Item {
}
}
PolkitAuthModal {
id: polkitAuthModal
}
property string lastCredentialsToken: ""
property var lastCredentialsTime: 0