summaryrefslogtreecommitdiffstats
path: root/Main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Main.qml')
-rw-r--r--Main.qml10
1 files changed, 1 insertions, 9 deletions
diff --git a/Main.qml b/Main.qml
index f98d74a..6ab23e4 100644
--- a/Main.qml
+++ b/Main.qml
@@ -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: {