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

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