if first identity is not a MUC but second is, we should enable the browse button.
This commit is contained in:
parent
29ed784cd2
commit
45e7a9a1ba
|
@ -272,7 +272,7 @@ class ServicesCache:
|
|||
except KeyError:
|
||||
continue
|
||||
browser = info[0]
|
||||
if browser is not None:
|
||||
if browser:
|
||||
break
|
||||
# Note: possible outcome here is browser=False
|
||||
if browser is None:
|
||||
|
|
Loading…
Reference in New Issue