mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue