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

Fixing a bug when configuring an account

parent 3eface40
No related branches found
No related tags found
No related merge requests found
......@@ -221,7 +221,7 @@ class ProcessConfigureAccount(QDialog, Ui_AccountConfigurationDialog):
def accept(self):
password = ""
if self.account not in self.app.accounts:
if self.account.name not in self.app.accounts:
self.account.name = self.edit_account_name.text()
try:
self.app.add_account(self.account)
......
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