mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Fix #1927818 [Private bug](https://bugs.launchpad.net/calibre/+bug/1927818)
This commit is contained in:
parent
43c70c10d0
commit
de9a1a8ca2
@ -667,6 +667,8 @@ class Boss(QObject):
|
|||||||
self.rewind_savepoint()
|
self.rewind_savepoint()
|
||||||
|
|
||||||
def manage_fonts(self):
|
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.commit_all_editors_to_container()
|
||||||
self.gui.manage_fonts.display()
|
self.gui.manage_fonts.display()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user