mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-20 01:15:39 +01:00
Fix #1927818 [Private bug](https://bugs.launchpad.net/calibre/+bug/1927818)
This commit is contained in:
parent
43c70c10d0
commit
de9a1a8ca2
1 changed files with 2 additions and 0 deletions
|
|
@ -667,6 +667,8 @@ def get_external_resources(self):
|
|||
self.rewind_savepoint()
|
||||
|
||||
def manage_fonts(self):
|
||||
if not self.ensure_book(_('No book is currently open. You must first open a book to manage fonts.')):
|
||||
return
|
||||
self.commit_all_editors_to_container()
|
||||
self.gui.manage_fonts.display()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue