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:
parent
22a9ca72b3
commit
ae856e76f0
|
@ -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 = [];
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue