summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-10-24 16:21:00 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-10-24 16:21:00 +0200
commit3172811ca784c7bdaa02ad4e0a59a8f0ef381280 (patch)
tree3c0d6cbe803187200d0e03308cee98497486e1a4 /resources
parentFix copying text (diff)
downloadnheko-3172811ca784c7bdaa02ad4e0a59a8f0ef381280.tar.xz
Add mobile mode which improves scrolling
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/MatrixText.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/MatrixText.qml b/resources/qml/MatrixText.qml

index f1ccf561..a5781c73 100644 --- a/resources/qml/MatrixText.qml +++ b/resources/qml/MatrixText.qml
@@ -6,7 +6,7 @@ TextEdit { textFormat: TextEdit.RichText readOnly: true wrapMode: Text.Wrap - selectByMouse: true + selectByMouse: !Settings.mobileMode color: colors.text onLinkActivated: { if (/^https:\/\/matrix.to\/#\/(@.*)$/.test(link)) {