lock: fix button
This commit is contained in:
parent
8392fbd8c7
commit
b7c121f090
2 changed files with 2 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue