summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-12-13 03:57:32 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-12-13 05:08:21 +0100
commit0035c359ce97bf5975e19fd519f5852a40967bd7 (patch)
treeab125f07e2d05c3e6543e27b0e3ca841d766ee41
parentconfetti (#1243) (diff)
downloadnheko-0035c359ce97bf5975e19fd519f5852a40967bd7.tar.xz
Disable keyboard selection for text by default
-rw-r--r--resources/qml/MatrixText.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/MatrixText.qml b/resources/qml/MatrixText.qml

index 69eb7cdb..8af66e9b 100644 --- a/resources/qml/MatrixText.qml +++ b/resources/qml/MatrixText.qml
@@ -15,8 +15,10 @@ TextEdit { textFormat: TextEdit.RichText readOnly: true focus: false + activeFocusOnPress: false wrapMode: Text.Wrap selectByMouse: !Settings.mobileMode + selectByKeyboard: false // this always has to be enabled, otherwise you can't click links anymore! //enabled: selectByMouse color: Nheko.colors.text