Add object names for confirm tags button and enable create community button to master (#14574)

* chore: add object name for confirm community tags button

* chore: add object name for enabling of creation of community button
This commit is contained in:
Valentina1133 2024-05-03 09:54:33 +02:00 committed by GitHub
parent 22a9ca72b3
commit ae856e76f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ StatusScrollView {
property string title: qsTr("Community Tags")
property var rightButtons: StatusButton {
objectName: "confirmCommunityTagsButton"
text: qsTr("Confirm Community Tags")
onClicked: {
var selectedTags = [];

View File

@ -176,6 +176,7 @@ SettingsContentBase {
StatusSettingsLineButton {
anchors.leftMargin: 0
anchors.rightMargin: 0
objectName: "enableCreateCommunityButton"
text: qsTr("Enable Community Creation")
isSwitch: true
switchChecked: root.advancedStore.createCommunityEnabled