ui: remove blank lines from system tray popup

This commit is contained in:
Peter F. Patel-Schneider 2022-06-24 07:15:32 -04:00
parent f7f798fc8d
commit 8941d2cfde
1 changed files with 0 additions and 1 deletions

View File

@ -326,7 +326,6 @@ def _generate_description_lines():
yield '<b>%s</b> <small>(' % name + _('no status') + ')</small>' yield '<b>%s</b> <small>(' % name + _('no status') + ')</small>'
else: else:
yield '<b>%s</b> <small>(' % name + _('offline') + ')</small>' yield '<b>%s</b> <small>(' % name + _('offline') + ')</small>'
yield ''
def _pick_device_with_lowest_battery(): def _pick_device_with_lowest_battery():