fix: fix createCommunityPopup being in edit mode all the time

This commit is contained in:
Jonathan Rainville 2020-12-21 12:59:47 -05:00 committed by Iuri Matias
parent 7ddb93266b
commit 93376f0047
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ ModalPopup {
property string selectedImage: ""
property QtObject community: chatsModel.activeCommunity
property bool isEdit: true
property bool isEdit: false
id: popup
height: 600