mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'libchangeproceed' of https://github.com/JimmXinu/calibre
This commit is contained in:
commit
c8aeef0290
@ -604,5 +604,11 @@ class ChooseLibraryAction(InterfaceAction):
|
||||
' are running.'), show=True)
|
||||
return False
|
||||
|
||||
if self.gui.proceed_question.questions:
|
||||
warning_dialog(self.gui, _('Not allowed'),
|
||||
_('You cannot change libraries until all'
|
||||
' updates are accepted or rejected.'), show=True)
|
||||
return False
|
||||
|
||||
return True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user