Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb52306' into 'master'
[devicelock] Update plugins.qmltypes. Contributes to JB#52306

See merge request mer-core/nemo-qml-plugin-devicelock!56
  • Loading branch information
pvuorela committed Dec 16, 2020
2 parents f5bed21 + 6e6f6fb commit 7116571
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/plugin/plugins.qmltypes
Expand Up @@ -43,7 +43,9 @@ Module {
"ContactSupport": 16,
"TemporarilyLocked": 17,
"PermanentlyLocked": 18,
"UnlockToPerformOperation": 19
"UnlockToPerformOperation": 19,
"SecurityCodeRequiredAfterReboot": 20,
"UnrecognizedFingerLimitExceeded": 21
}
}
Enum {
Expand Down Expand Up @@ -269,6 +271,9 @@ Module {
Property { name: "showNotifications"; type: "bool"; isReadonly: true }
Property { name: "inputIsKeyboard"; type: "bool"; isReadonly: true }
Property { name: "currentCodeIsDigitOnly"; type: "bool"; isReadonly: true }
Property { name: "currentCodeLength"; type: "int"; isReadonly: true }
Property { name: "minimumCodeLength"; type: "int"; isReadonly: true }
Property { name: "maximumCodeLength"; type: "int"; isReadonly: true }
Property { name: "homeEncrypted"; type: "bool"; isReadonly: true }
Property { name: "maximumAutomaticLocking"; type: "int"; isReadonly: true }
Property { name: "absoluteMaximumAttempts"; type: "int"; isReadonly: true }
Expand Down

0 comments on commit 7116571

Please sign in to comment.