mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-30 21:41:57 -04:00
...
This commit is contained in:
parent
92b9486545
commit
e5c7274ba7
@ -144,6 +144,7 @@ class ReadUI:
|
||||
_('The manifest for {title} is not valid').format(title=self.current_metadata.title),
|
||||
traceback.format_exc())
|
||||
if manifest.version is not RENDER_VERSION:
|
||||
print('calibre upgraded: RENDER_VERSION={} manifest.version={}'.format(RENDER_VERSION, manifest.version))
|
||||
return self.show_error(_('calibre upgraded!'), _(
|
||||
'A newer version of calibre is available, please click the reload button in your browser.'))
|
||||
self.current_metadata = manifest.metadata
|
||||
|
Loading…
x
Reference in New Issue
Block a user