|
|
|
@ -241,10 +241,10 @@ PlasmaCore.ColorScope { |
|
|
|
id: users |
|
|
|
id: users |
|
|
|
|
|
|
|
|
|
|
|
Component.onCompleted: { |
|
|
|
Component.onCompleted: { |
|
|
|
users.append({name: kscreenlocker_userName, |
|
|
|
users.append({ |
|
|
|
realName: kscreenlocker_userName, |
|
|
|
name: kscreenlocker_userName, |
|
|
|
icon: kscreenlocker_userImage, |
|
|
|
realName: kscreenlocker_userName, |
|
|
|
|
|
|
|
icon: kscreenlocker_userImage, |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
@ -350,7 +350,8 @@ PlasmaCore.ColorScope { |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
mainStack.push({ |
|
|
|
mainStack.push({ |
|
|
|
item: switchSessionPage, |
|
|
|
item: switchSessionPage, |
|
|
|
immediate: true}); |
|
|
|
immediate: true, |
|
|
|
|
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|