summaryrefslogtreecommitdiffstats
path: root/resources/qml/TopBar.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/TopBar.qml')
-rw-r--r--resources/qml/TopBar.qml17
1 files changed, 1 insertions, 16 deletions
diff --git a/resources/qml/TopBar.qml b/resources/qml/TopBar.qml
index 699595e6..4c70348b 100644
--- a/resources/qml/TopBar.qml
+++ b/resources/qml/TopBar.qml
@@ -286,24 +286,9 @@ Pane {
property var e: room ? room.getDump(modelData, "pins") : {}
Layout.fillWidth: true
- Layout.preferredHeight: height
- blurhash: e.blurhash ?? ""
- body: e.body ?? ""
- encryptionError: e.encryptionError ?? 0
+ //Layout.preferredHeight: height
eventId: e.eventId ?? ""
- filename: e.filename ?? ""
- filesize: e.filesize ?? ""
- formattedBody: e.formattedBody ?? ""
- isOnlyEmoji: e.isOnlyEmoji ?? false
- keepFullText: true
- originalWidth: e.originalWidth ?? 0
- proportionalHeight: e.proportionalHeight ?? 1
- type: e.type ?? MtxEvent.UnknownMessage
- typeString: e.typeString ?? ""
- url: e.url ?? ""
userColor: TimelineManager.userColor(e.userId, palette.window)
- userId: e.userId ?? ""
- userName: e.userName ?? ""
Connections {
function onPinnedMessagesChanged() {