ui: remove blank lines from system tray popup
This commit is contained in:
parent
f7f798fc8d
commit
8941d2cfde
|
@ -326,7 +326,6 @@ def _generate_description_lines():
|
|||
yield '<b>%s</b> <small>(' % name + _('no status') + ')</small>'
|
||||
else:
|
||||
yield '<b>%s</b> <small>(' % name + _('offline') + ')</small>'
|
||||
yield ''
|
||||
|
||||
|
||||
def _pick_device_with_lowest_battery():
|
||||
|
|
Loading…
Reference in New Issue