mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Disable keyboard selection for text by default
This commit is contained in:
parent
fa0c14b846
commit
0035c359ce
1 changed files with 2 additions and 0 deletions
|
@ -15,8 +15,10 @@ TextEdit {
|
||||||
textFormat: TextEdit.RichText
|
textFormat: TextEdit.RichText
|
||||||
readOnly: true
|
readOnly: true
|
||||||
focus: false
|
focus: false
|
||||||
|
activeFocusOnPress: false
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
selectByMouse: !Settings.mobileMode
|
selectByMouse: !Settings.mobileMode
|
||||||
|
selectByKeyboard: false
|
||||||
// this always has to be enabled, otherwise you can't click links anymore!
|
// this always has to be enabled, otherwise you can't click links anymore!
|
||||||
//enabled: selectByMouse
|
//enabled: selectByMouse
|
||||||
color: Nheko.colors.text
|
color: Nheko.colors.text
|
||||||
|
|
Loading…
Reference in a new issue