mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Merge branch 'master' of https://github.com/JimmXinu/calibre
This commit is contained in:
commit
aefc7fa751
@ -861,6 +861,12 @@ class Main(MainWindow, MainWindowMixin, DeviceMixin, EmailMixin, # {{{
|
|||||||
|
|
||||||
if not question_dialog(self, _('Active jobs'), msg):
|
if not question_dialog(self, _('Active jobs'), msg):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
if self.proceed_question.questions:
|
||||||
|
msg = _('There are library updates waiting. Are you sure you want to quit?')
|
||||||
|
if not question_dialog(self, _('Library Updates Waiting'), msg):
|
||||||
|
return False
|
||||||
|
|
||||||
from calibre.db.delete_service import has_jobs
|
from calibre.db.delete_service import has_jobs
|
||||||
if has_jobs():
|
if has_jobs():
|
||||||
msg = _('Some deleted books are still being moved to the Recycle '
|
msg = _('Some deleted books are still being moved to the Recycle '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user