diff --git a/ui/app/AppLayouts/Communities/panels/TagsPanel.qml b/ui/app/AppLayouts/Communities/panels/TagsPanel.qml index e3bc80acc7..47350c76af 100644 --- a/ui/app/AppLayouts/Communities/panels/TagsPanel.qml +++ b/ui/app/AppLayouts/Communities/panels/TagsPanel.qml @@ -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 = []; diff --git a/ui/app/AppLayouts/Profile/views/AdvancedView.qml b/ui/app/AppLayouts/Profile/views/AdvancedView.qml index 51b9834c54..4482b855d7 100644 --- a/ui/app/AppLayouts/Profile/views/AdvancedView.qml +++ b/ui/app/AppLayouts/Profile/views/AdvancedView.qml @@ -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