Sort rooms by last event, not unread count.

This commit is contained in:
Black Hat
2018-09-18 20:57:38 +08:00
parent 86ea5d02c1
commit 0361432c3d
5 changed files with 14 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ Item {
RoleSorter { roleName: "category" },
RoleSorter {
enabled: MSettings.rearrangeByActivity
roleName: "unreadCount"
roleName: "lastActiveTime"
sortOrder: Qt.DescendingOrder
},
StringSorter { roleName: "name" }