Fix JoinGroupchat hotkey if zeroconf is active
This commit is contained in:
parent
a2d7283e6e
commit
3438b06069
|
@ -5521,9 +5521,10 @@ class RosterWindow:
|
|||
"""
|
||||
# find a connected account:
|
||||
for account in app.connections:
|
||||
if account == 'Local':
|
||||
continue
|
||||
if app.account_is_connected(account):
|
||||
break
|
||||
self.on_join_gc_activate(None, account)
|
||||
self.on_join_gc_activate(None, account)
|
||||
return True
|
||||
|
||||
def fill_column(self, col):
|
||||
|
|
Loading…
Reference in New Issue