Make GIFs openable externally + real pause button

This commit is contained in:
miruka
2020-07-17 05:58:23 -04:00
parent 7f478efc40
commit 68da4be7be
6 changed files with 11 additions and 30 deletions

View File

@@ -110,7 +110,6 @@ HFlickableColumnPage {
HLabeledItem {
id: topicArea
elementsOpacity: topicAreaIn.opacity
enabled: chat.roomInfo.can_set_topic
label.text: qsTr("Topic:")
Layout.fillWidth: true
@@ -127,6 +126,7 @@ HFlickableColumnPage {
id: topicAreaIn
placeholderText: qsTr("This room is about...")
defaultText: chat.roomInfo.plain_topic
enabled: chat.roomInfo.can_set_topic
focusItemOnTab:
encryptCheckBox.checked ?

View File

@@ -66,7 +66,6 @@ HMxcImage {
width: fitSize.width
height: fitSize.height
horizontalAlignment: Image.AlignLeft
enabledAnimatedPausing: ! eventList.selectedCount
title: thumbnail ? loader.thumbnailTitle : loader.title
animated: loader.singleMediaInfo.media_mime === "image/gif" ||