summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-12-13 17:53:48 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-12-13 17:53:48 +0100
commit593d08fd2e8408a8ceb5304a0fde750daf69b22f (patch)
tree168a33b0802a977a678b641b18a7c585eead9684 /resources/qml
parentFix image cache pruning interval (diff)
downloadnheko-593d08fd2e8408a8ceb5304a0fde750daf69b22f.tar.xz
Revert "Disable keyboard selection for text by default"
This reverts commit 0035c359ce97bf5975e19fd519f5852a40967bd7.
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/MatrixText.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/qml/MatrixText.qml b/resources/qml/MatrixText.qml

index 8af66e9b..69eb7cdb 100644 --- a/resources/qml/MatrixText.qml +++ b/resources/qml/MatrixText.qml
@@ -15,10 +15,8 @@ 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