mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Make Jonatan feel better :)
This commit is contained in:
parent
b967d20420
commit
2fadaf5b19
@ -310,7 +310,7 @@ class StatusBar(QStatusBar): # {{{
|
|||||||
if self.library_total != self.total:
|
if self.library_total != self.total:
|
||||||
base = _('{0}, {1} total').format(base, self.library_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()
|
self.clearMessage()
|
||||||
|
|
||||||
def device_disconnected(self):
|
def device_disconnected(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user