Commit b7ecd77d authored by Aleksi Suomalainen's avatar Aleksi Suomalainen

[devicelock] Show lockscreen when device lock is required, eg. in reboots it didn't show up.

parent 9d568806
......@@ -3,7 +3,7 @@ import QtQuick 2.0
Image {
id: lockScreen
source: "qrc:/qml/images/graphics-wallpaper-home.jpg"
visible: LipstickSettings.lockscreenVisible
visible: LipstickSettings.lockscreenVisible || deviceLock.state === 1
LockscreenClock {
id: clock
......
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