Make GIFs openable externally + real pause button
This commit is contained in:
@@ -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 ?
|
||||
|
@@ -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" ||
|
||||
|
Reference in New Issue
Block a user