http://bugzilla.opensuse.org/show_bug.cgi?id=980607 http://bugzilla.opensuse.org/show_bug.cgi?id=980607#c1 Fabian Vogt <fabian@ritter-vogt.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |fabian@ritter-vogt.de Resolution|--- |FIXED --- Comment #1 from Fabian Vogt <fabian@ritter-vogt.de> --- 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: You are on the CC list for the bug.