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:
|
except KeyError:
|
||||||
continue
|
continue
|
||||||
browser = info[0]
|
browser = info[0]
|
||||||
if browser is not None:
|
if browser:
|
||||||
break
|
break
|
||||||
# Note: possible outcome here is browser=False
|
# Note: possible outcome here is browser=False
|
||||||
if browser is None:
|
if browser is None:
|
||||||
|
|
Loading…
Reference in New Issue