Make Jonatan feel better :)

This commit is contained in:
Kovid Goyal 2022-02-12 12:20:57 +05:30
parent b967d20420
commit 2fadaf5b19
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -310,7 +310,7 @@ class StatusBar(QStatusBar): # {{{
if self.library_total != self.total:
base = _('{0}, {1} total').format(base, self.library_total)
self.defmsg.setText(f'\xa0{msg}\xa0\xa0\xa0\xa0[{base}]')
self.defmsg.setText(f'\xa0{msg}\xa0\xa0\xa0\xa0[{base}] ')
self.clearMessage()
def device_disconnected(self):