Explicitly close lockscreen on successful password

As per new API
wilder-5.25
David Edmundson 4 years ago
parent c0cb9f9929
commit cdf64cb660
  1. 2
      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) {

Loading…
Cancel
Save