mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 19:58:56 +03:00
Merge pull request #3815 from nextcloud/selectStatusTextByMouse
TextInput by default do not allow selecting text by mouse
This commit is contained in:
commit
d0d4b08a09
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ ColumnLayout {
|
|||
Layout.fillWidth: true
|
||||
placeholderText: qsTr("What is your status?")
|
||||
text: userStatusSelectorModel.userStatusMessage
|
||||
selectByMouse: true
|
||||
onEditingFinished: userStatusSelectorModel.setUserStatusMessage(text)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue