mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
allow overriding theme fonts
This commit is contained in:
@@ -17,8 +17,13 @@ const ALLOWED_OPTIONS = new Set([
|
||||
'syncProxy',
|
||||
'hoistedNoteId',
|
||||
'mainFontSize',
|
||||
'mainFontFamily',
|
||||
'treeFontSize',
|
||||
'treeFontFamily',
|
||||
'detailFontSize',
|
||||
'detailFontFamily',
|
||||
'monospaceFontSize',
|
||||
'monospaceFontFamily',
|
||||
'openTabs',
|
||||
'noteInfoWidget',
|
||||
'attributesWidget',
|
||||
@@ -44,7 +49,8 @@ const ALLOWED_OPTIONS = new Set([
|
||||
'headingStyle',
|
||||
'autoCollapseNoteTree',
|
||||
'autoReadonlySizeText',
|
||||
'autoReadonlySizeCode'
|
||||
'autoReadonlySizeCode',
|
||||
'overrideThemeFonts'
|
||||
]);
|
||||
|
||||
function getOptions() {
|
||||
|
||||
Reference in New Issue
Block a user