diff options
-rw-r--r-- | Main.qml | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -181,15 +181,7 @@ PlasmaCore.ColorScope { userListCurrentIndex: userModel.lastIndex >= 0 ? userModel.lastIndex : 0 lastUserName: userModel.lastUser showUserList: { - if ( !userListModel.hasOwnProperty("count") - || !userListModel.hasOwnProperty("disableAvatarsThreshold")) - return (userList.y + mainStack.y) > 0 - - if ( userListModel.count === 0 ) return false - - if ( userListModel.hasOwnProperty("containsAllUsers") && !userListModel.containsAllUsers ) return false - - return userListModel.count <= userListModel.disableAvatarsThreshold && (userList.y + mainStack.y) > 0 + return false } notificationMessage: { |