Skip to content
Snippets Groups Projects
Verified Commit 593d08fd authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Revert "Disable keyboard selection for text by default"

This reverts commit 0035c359.
parent 8356746e
No related branches found
No related tags found
No related merge requests found
Pipeline #4002 passed
......@@ -15,10 +15,8 @@ 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment