From 6464366c7d438b4a90efd1e803f839ebf2b81c11 Mon Sep 17 00:00:00 2001 From: Boris Melnik Date: Fri, 5 May 2023 14:11:59 +0300 Subject: [PATCH] fix(CommunitySettingsView): Fix community settings after removing old legacy popup ref --- ui/app/AppLayouts/Chat/views/CommunitySettingsView.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/views/CommunitySettingsView.qml b/ui/app/AppLayouts/Chat/views/CommunitySettingsView.qml index 4829c331ab..fe228a6e4d 100644 --- a/ui/app/AppLayouts/Chat/views/CommunitySettingsView.qml +++ b/ui/app/AppLayouts/Chat/views/CommunitySettingsView.qml @@ -83,7 +83,7 @@ StatusSectionLayout { ColumnLayout { anchors { top: parent.top - bottom: footer.top + bottom: backToCommunityButton.top bottomMargin: 12 topMargin: Style.current.smallPadding horizontalCenter: parent.horizontalCenter @@ -133,6 +133,7 @@ StatusSectionLayout { } StatusBaseText { + id: backToCommunityButton objectName: "communitySettingsBackToCommunityButton" anchors { bottom: parent.bottom