Contacts should not be added to Zeroconf account
This commit is contained in:
parent
6985da75b4
commit
6492d15918
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue