Commit b5e42866 authored by Aleksi Suomalainen's avatar Aleksi Suomalainen Committed by eekkelund

Update MainScreen.qml

parent da5f636e
...@@ -169,8 +169,11 @@ Page { ...@@ -169,8 +169,11 @@ Page {
width: parent.width width: parent.width
height: parent.height height: parent.height
z: 200 z: 200
Item {
DeviceLockUI { id: codePad
visible: false
}
/*DeviceLockUI {
id: codePad id: codePad
visible: DeviceLock.state == DeviceLock.Locked && codepadVisible visible: DeviceLock.state == DeviceLock.Locked && codepadVisible
width: lockScreen.width width: lockScreen.width
...@@ -180,7 +183,7 @@ Page { ...@@ -180,7 +183,7 @@ Page {
} }
z: 200 z: 200
} }*/
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment