From bef6092652690e0e99172326cfbfb42aa4589d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Mon, 3 Apr 2023 20:31:41 +0200 Subject: [PATCH] fix: Edit Community / Community Color selector dialogue does not need the back button Fixes: #9790 --- .../Chat/panels/communities/CommunityEditSettingsPanel.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/panels/communities/CommunityEditSettingsPanel.qml b/ui/app/AppLayouts/Chat/panels/communities/CommunityEditSettingsPanel.qml index 5803cb2d1e..ec4e71a316 100644 --- a/ui/app/AppLayouts/Chat/panels/communities/CommunityEditSettingsPanel.qml +++ b/ui/app/AppLayouts/Chat/panels/communities/CommunityEditSettingsPanel.qml @@ -93,8 +93,8 @@ StatusScrollView { StatusStackModal { width: 640 - height: root.height anchors.centerIn: parent + leftButtons: [] replaceItem: CommunityColorPanel { clip: true Component.onCompleted: color = colorPicker.color @@ -119,6 +119,7 @@ StatusScrollView { StatusStackModal { anchors.centerIn: parent + leftButtons: [] width: 640 replaceItem: CommunityTagsPanel { Component.onCompleted: {