From ae856e76f0cb4820e74c0e431ec11e675c80248c Mon Sep 17 00:00:00 2001 From: Valentina1133 <141633821+Valentina1133@users.noreply.github.com> Date: Fri, 3 May 2024 09:54:33 +0200 Subject: [PATCH] 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 --- ui/app/AppLayouts/Communities/panels/TagsPanel.qml | 1 + ui/app/AppLayouts/Profile/views/AdvancedView.qml | 1 + 2 files changed, 2 insertions(+) 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