mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
small refactorings
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user