mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Revert unrelated change
This commit is contained in:
parent
d6ec22375b
commit
474886cb44
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
import QtQml
|
||||
import QtQuick
|
||||
|
||||
// import org.kde.kscreenlocker 1.0 as ScreenLocker
|
||||
import org.kde.kscreenlocker 1.0 as ScreenLocker
|
||||
|
||||
QtObject {
|
||||
id: root
|
||||
|
|
@ -22,7 +22,7 @@ QtObject {
|
|||
property bool passwordless: false // TODO true
|
||||
|
||||
// whether the device can login with fingerprint
|
||||
readonly property bool isFingerprintSupported: authenticator.authenticatorTypes //& ScreenLocker.Authenticator.Fingerprint
|
||||
readonly property bool isFingerprintSupported: authenticator.authenticatorTypes & ScreenLocker.Authenticator.Fingerprint
|
||||
|
||||
signal reset()
|
||||
signal unlockSucceeded()
|
||||
|
|
|
|||
Loading…
Reference in a new issue