mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Get rid of the saved message.
This commit is contained in:
parent
621a81f865
commit
9fc66ab7bb
@ -53,7 +53,7 @@ class SaveWidget(QWidget):
|
|||||||
def stop(self):
|
def stop(self):
|
||||||
self.pi.setVisible(False)
|
self.pi.setVisible(False)
|
||||||
self.pi.stopAnimation()
|
self.pi.stopAnimation()
|
||||||
self.label.setText(_('Saved'))
|
self.label.setText('')
|
||||||
|
|
||||||
class SaveManager(QObject):
|
class SaveManager(QObject):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user