diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-05-22 00:57:14 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-05-22 00:57:14 +0200 |
commit | beeb60e4a12b47ae619e52629040aff5a8f43db2 (patch) | |
tree | f5fa4037fcae00d866ede81efebdc6273202bfee /resources/qml | |
parent | Make roomlist look nice (diff) | |
download | nheko-beeb60e4a12b47ae619e52629040aff5a8f43db2.tar.xz |
Sort the room list
Diffstat (limited to 'resources/qml')
-rw-r--r-- | resources/qml/RoomList.qml | 2 |
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 } } |