mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-15 15:15:13 +01:00
Get rid of the saved message.
This commit is contained in:
parent
621a81f865
commit
9fc66ab7bb
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ def start(self):
|
|||
def stop(self):
|
||||
self.pi.setVisible(False)
|
||||
self.pi.stopAnimation()
|
||||
self.label.setText(_('Saved'))
|
||||
self.label.setText('')
|
||||
|
||||
class SaveManager(QObject):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue