mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-14 16:47:25 +00:00
fix: Edit Community / Community Color selector dialogue does not need the back button
Fixes: #9790
This commit is contained in:
parent
c964e99b0c
commit
bef6092652
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user