Revert "Disable keyboard selection for text by default"

This reverts commit 0035c359ce.
This commit is contained in:
Nicolas Werner 2022-12-13 17:53:48 +01:00
parent 8356746ea4
commit 593d08fd2e
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 0 additions and 2 deletions

View File

@ -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