mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
8250e6b0c6
commit
703a82c951
@ -438,7 +438,7 @@ class CopyToLibraryAction(InterfaceAction):
|
||||
aname = _('Moving to') if delete_after else _('Copying to')
|
||||
dtitle = '%s %s'%(aname, os.path.basename(loc))
|
||||
self.pd = ProgressDialog(dtitle, min=0, max=len(ids)-1,
|
||||
parent=self.gui, cancelable=False)
|
||||
parent=self.gui, cancelable=False, icon='lt.png')
|
||||
|
||||
def progress(idx, title):
|
||||
self.pd.set_msg(title)
|
||||
|
Loading…
x
Reference in New Issue
Block a user