From 6de7032d65386b8d59168ef1908a3866aa3b854d Mon Sep 17 00:00:00 2001 From: Valentina Novgorodtceva Date: Tue, 27 Feb 2024 14:37:37 +0700 Subject: [PATCH] chore: object name for build showcase button added and fixed small typo --- ui/app/AppLayouts/Profile/popups/ProfileShowcaseInfoPopup.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/AppLayouts/Profile/popups/ProfileShowcaseInfoPopup.qml b/ui/app/AppLayouts/Profile/popups/ProfileShowcaseInfoPopup.qml index 0b5bce5bf5..65520727c1 100644 --- a/ui/app/AppLayouts/Profile/popups/ProfileShowcaseInfoPopup.qml +++ b/ui/app/AppLayouts/Profile/popups/ProfileShowcaseInfoPopup.qml @@ -53,6 +53,7 @@ StatusDialog { StatusButton { Layout.alignment: Qt.AlignHCenter Layout.bottomMargin: Style.current.bigPadding + objectName: "buildShowcaseButton" text: qsTr("Build your showcase") onClicked: root.close()