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

Update MainScreen.qml

parent da5f636e
......@@ -169,8 +169,11 @@ Page {
width: parent.width
height: parent.height
z: 200
DeviceLockUI {
Item {
id: codePad
visible: false
}
/*DeviceLockUI {
id: codePad
visible: DeviceLock.state == DeviceLock.Locked && codepadVisible
width: lockScreen.width
......@@ -180,7 +183,7 @@ Page {
}
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