small refactorings

This commit is contained in:
zadam
2023-06-29 22:10:13 +02:00
parent f4ec4e58c7
commit 48029cea7c
37 changed files with 95 additions and 155 deletions

View File

@@ -9,7 +9,7 @@ function getFontCss(req, res) {
return;
}
const optionsMap = optionService.getOptionsMap();
const optionsMap = optionService.getOptionMap();
const mainFontFamilyOverridden = optionsMap.mainFontFamily !== 'theme';
const treeFontFamilyOverridden = optionsMap.treeFontFamily !== 'theme';