Disable keyboard selection for text by default

This commit is contained in:
Nicolas Werner 2022-12-13 03:57:32 +01:00
parent fa0c14b846
commit 0035c359ce
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 2 additions and 0 deletions

View File

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