From 4d14213cfb35876538dd60104de2c27eaf729db3 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Mon, 7 Mar 2022 02:35:16 +0100 Subject: [PATCH] Add 'onLoginRequest' and 'sddm.login' back, we need that to do Breeze-style login --- Main.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Main.qml b/Main.qml index b1a0236..001f911 100644 --- a/Main.qml +++ b/Main.qml @@ -255,6 +255,10 @@ Rectangle { return userListModel.count <= userListModel.disableAvatarsThreshold && (userList.y + mainStack.y) > 0 } + + onLoginRequest: { + sddm.login(username, password, sessionButton.currentIndex) + } } Behavior on opacity {