You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Chore: Increase strength of Settings types (#10605)
This commit is contained in:
@@ -50,7 +50,7 @@ interface Props {
|
||||
}
|
||||
|
||||
function fontFamilyFromSettings() {
|
||||
const font = editorFont(Setting.value('style.editor.fontFamily'));
|
||||
const font = editorFont(Setting.value('style.editor.fontFamily') as number);
|
||||
return font ? `${font}, sans-serif` : 'sans-serif';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user