Revert "Disable keyboard selection for text by default"
This reverts commit 0035c359ce
.
This commit is contained in:
parent
8356746ea4
commit
593d08fd2e
@ -15,10 +15,8 @@ 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 New Issue
Block a user