1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 04:42:05 -04:00

fix(greeter): add wireplumber state directory & update U2F env variables

This commit is contained in:
purian23
2026-03-12 22:35:26 -04:00
parent 53da60e4ca
commit e86227f05f
3 changed files with 19 additions and 2 deletions

View File

@@ -252,7 +252,7 @@ Scope {
configDirectory: u2fConfigWatcher.loaded ? "/etc/pam.d" : Quickshell.shellDir + "/assets/pam"
onMessageChanged: {
if (message.toLowerCase().includes("touch"))
if (message !== "")
root.u2fState = "waiting";
}