chore: add object names for enable create community button and confirm community tags button

This commit is contained in:
Valentina Novgorodtceva 2024-05-02 16:55:35 +02:00 committed by Jonathan Rainville
parent 1839c458b9
commit 864a676835
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

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