This commit is contained in:
Kovid Goyal 2021-05-08 16:35:21 +05:30
parent 43c70c10d0
commit de9a1a8ca2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -667,6 +667,8 @@ class Boss(QObject):
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()