@@ -95,6 +95,12 @@ RowLayout {
|
|||||||
textFormat: Text.RichText
|
textFormat: Text.RichText
|
||||||
|
|
||||||
onLinkActivated: Qt.openUrlExternally(link)
|
onLinkActivated: Qt.openUrlExternally(link)
|
||||||
|
|
||||||
|
MouseArea {
|
||||||
|
anchors.fill: parent
|
||||||
|
acceptedButtons: Qt.NoButton
|
||||||
|
cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ RoomPanelForm {
|
|||||||
{
|
{
|
||||||
var lastScrollPosition = sortedMessageEventModel.mapFromSource(currentRoom.savedTopVisibleIndex())
|
var lastScrollPosition = sortedMessageEventModel.mapFromSource(currentRoom.savedTopVisibleIndex())
|
||||||
if (lastScrollPosition === 0)
|
if (lastScrollPosition === 0)
|
||||||
messageListView.positionViewAtBeginning()
|
messageListView.positionViewAtEnd()
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
console.log("Scrolling to position", lastScrollPosition)
|
console.log("Scrolling to position", lastScrollPosition)
|
||||||
|
|||||||
Submodule include/libqmatrixclient updated: fa6bf46d76...98c4168131
Reference in New Issue
Block a user