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 QtQml
|
||||||
import QtQuick
|
import QtQuick
|
||||||
|
|
||||||
// import org.kde.kscreenlocker 1.0 as ScreenLocker
|
import org.kde.kscreenlocker 1.0 as ScreenLocker
|
||||||
|
|
||||||
QtObject {
|
QtObject {
|
||||||
id: root
|
id: root
|
||||||
|
|
@ -22,7 +22,7 @@ QtObject {
|
||||||
property bool passwordless: false // TODO true
|
property bool passwordless: false // TODO true
|
||||||
|
|
||||||
// whether the device can login with fingerprint
|
// 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 reset()
|
||||||
signal unlockSucceeded()
|
signal unlockSucceeded()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue