summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-05-22 00:57:14 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-05-22 00:57:14 +0200
commitbeeb60e4a12b47ae619e52629040aff5a8f43db2 (patch)
treef5fa4037fcae00d866ede81efebdc6273202bfee /resources/qml
parentMake roomlist look nice (diff)
downloadnheko-beeb60e4a12b47ae619e52629040aff5a8f43db2.tar.xz
Sort the room list
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/RoomList.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/RoomList.qml b/resources/qml/RoomList.qml
index bb8deda6..f2a957c9 100644
--- a/resources/qml/RoomList.qml
+++ b/resources/qml/RoomList.qml
@@ -131,7 +131,7 @@ Page {
                             Layout.alignment: Qt.AlignRight | Qt.AlignBottom
                             font.pixelSize: fontMetrics.font.pixelSize * 0.9
                             color: roomItem.unimportantText
-                            text: model.timestamp
+                            text: model.time
                         }
 
                     }