Fix Reader 2.0 merge caused regressions

This commit is contained in:
Martynas Bagdonas 2023-08-03 12:13:39 +03:00 committed by Dan Stillman
parent c62ed29de9
commit e031509966

View file

@ -805,6 +805,10 @@ class ReaderInstance {
this._internalReader.setFontSize(Zotero.Prefs.get('fontSize'));
};
_handleTabTitlePrefChange = async () => {
await this.updateTitle();
};
_handleFontFamilyChange = () => {
this._internalReader.setFontFamily(Zotero.Prefs.get('reader.ebookFontFamily'));
};