mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
80b2c43c74
commit
8250e6b0c6
@ -42,7 +42,7 @@ class MultiDeleter(QObject): # {{{
|
||||
self.callback = callback
|
||||
single_shot(self.delete_one)
|
||||
self.pd = ProgressDialog(_('Deleting...'), parent=gui,
|
||||
cancelable=False, min=0, max=len(self.ids))
|
||||
cancelable=False, min=0, max=len(self.ids), icon='trash.png')
|
||||
self.pd.setModal(True)
|
||||
self.pd.show()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user