Contacts should not be added to Zeroconf account

This commit is contained in:
Philipp Hörist 2018-06-06 21:18:59 +02:00
parent 6985da75b4
commit 6492d15918

View file

@ -861,6 +861,8 @@ class AddNewContactWindow:
# fill accounts with active accounts
accounts = []
for account in app.connections.keys():
if account == 'Local':
continue
if app.connections[account].connected > 1:
accounts.append(account)
if not accounts: