Skip to content
Snippets Groups Projects
Commit e1f9c842 authored by inso's avatar inso
Browse files

Fixed community not being added to account

parent 4ea042af
No related branches found
No related tags found
No related merge requests found
......@@ -190,5 +190,6 @@ class ProcessConfigureCommunity(QDialog, Ui_CommunityConfigurationDialog):
else:
return
self.account.add_community(self.community)
self.accepted.emit()
self.close()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment