Skip to content

Commit

Permalink
Merge pull request #7907 from nextcloud/backport/7906/stable-3.16
Browse files Browse the repository at this point in the history
[stable-3.16] UserStatusSelector: set focusPolicy on accept button
  • Loading branch information
nilsding authored Feb 21, 2025
2 parents 01ca1ba + 6a38896 commit 2d0e585
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/UserStatusSelector.qml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ ColumnLayout {
Layout.fillHeight: true
primary: true
colored: true
focusPolicy: Qt.StrongFocus
text: qsTr("Set status message")
onClicked: userStatusSelectorModel.setUserStatus()
}
Expand Down

0 comments on commit 2d0e585

Please sign in to comment.