We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7db235 commit 442c1ffCopy full SHA for 442c1ff
src/plugin-accounts/qml/AccountSettings.qml
@@ -16,6 +16,14 @@ DccObject {
16
property bool nopasswdLoginChecked: true
17
18
Component.onCompleted: {
19
+ updateLoginSettings()
20
+ }
21
+
22
+ onUserIdChanged: {
23
24
25
26
+ function updateLoginSettings() {
27
settings.autoLoginChecked = dccData.autoLogin(settings.userId)
28
settings.nopasswdLoginChecked = dccData.nopasswdLogin(settings.userId)
29
}
0 commit comments