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
Branches
Tags
No related merge requests found
...@@ -190,5 +190,6 @@ class ProcessConfigureCommunity(QDialog, Ui_CommunityConfigurationDialog): ...@@ -190,5 +190,6 @@ class ProcessConfigureCommunity(QDialog, Ui_CommunityConfigurationDialog):
else: else:
return return
self.account.add_community(self.community)
self.accepted.emit() self.accepted.emit()
self.close() self.close()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment