lock: fix button

This commit is contained in:
2 * r + 2 * t 2025-08-10 23:23:26 +10:00
parent 8392fbd8c7
commit b7c121f090
2 changed files with 2 additions and 1 deletions

View file

@ -162,7 +162,7 @@ ColumnLayout {
color: root.lock.pam.buffer ? Colours.palette.m3onPrimary : Colours.palette.m3onSurface
function onClicked(): void {
root.lock.pam.start();
root.lock.pam.passwd.start();
}
}

View file

@ -8,6 +8,7 @@ Scope {
required property WlSessionLock lock
readonly property alias passwd: passwd
readonly property bool active: passwd.active
property string state
property string buffer