Fabian Vogt changed bug 980607
What Removed Added
Status NEW RESOLVED
CC   fabian@ritter-vogt.de
Resolution --- FIXED

Comment # 1 on bug 980607 from
Fixed in the Plasma 5.8 sddm theme:

            showUserList: {
                 if ( !userListModel.hasOwnProperty("count")
                   || !userListModel.hasOwnProperty("disableAvatarsThreshold"))
                     return true

                 if ( userListModel.count == 0 ) return false

                 return userListModel.count <=
userListModel.disableAvatarsThreshold
            }


You are receiving this mail because: