don't add receivers to the status icon tooltip
This commit is contained in:
parent
7e81dede2f
commit
b6ab795878
|
@ -112,6 +112,9 @@ def _generate_tooltip_lines(icon):
|
||||||
yield ''
|
yield ''
|
||||||
|
|
||||||
for _, serial, name, status in icon._devices_info:
|
for _, serial, name, status in icon._devices_info:
|
||||||
|
if serial is None: # receiver
|
||||||
|
continue
|
||||||
|
|
||||||
yield '<b>%s</b>' % name
|
yield '<b>%s</b>' % name
|
||||||
|
|
||||||
p = str(status)
|
p = str(status)
|
||||||
|
|
Loading…
Reference in New Issue