[app] Use constants defined by HarbourSystemState
This commit is contained in:
parent
041ba20f60
commit
ae06b6f808
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ SilicaFlickable {
|
|||
|
||||
Connections {
|
||||
target: globalSystemState
|
||||
onLockModeChanged: if (target.lockMode === "locked") editMode = false
|
||||
onLockModeChanged: if (target.lockMode === globalSystemState.MCE_TK_LOCKED) editMode = false
|
||||
}
|
||||
|
||||
BookStorage {
|
||||
|
|
Loading…
Reference in a new issue