diff --git a/lookandfeel/contents/lockscreen/LockScreenUi.qml b/lookandfeel/contents/lockscreen/LockScreenUi.qml index 2969e7c6c..66c17e54a 100644 --- a/lookandfeel/contents/lockscreen/LockScreenUi.qml +++ b/lookandfeel/contents/lockscreen/LockScreenUi.qml @@ -4,6 +4,7 @@ SPDX-License-Identifier: GPL-2.0-or-later */ +import QtQml 2.15 import QtQuick 2.8 import QtQuick.Controls 1.1 import QtQuick.Layouts 1.1 @@ -39,6 +40,7 @@ PlasmaCore.ColorScope { } function onSucceeded() { + Qt.quit(); } function onInfoMessage(msg) {