mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	font sizes were not created for new documents - fix plus migration for existing ones
This commit is contained in:
		| @@ -49,6 +49,10 @@ async function initNotSyncedOptions(initialized, startNotePath = 'root', syncSer | ||||
|     await optionService.createOption('syncServerTimeout', 5000, false); | ||||
|     await optionService.createOption('syncProxy', syncProxy, false); | ||||
|  | ||||
|     await optionService.createOption('mainFontSize', '100', false); | ||||
|     await optionService.createOption('treeFontSize', '100', false); | ||||
|     await optionService.createOption('detailFontSize', '110', false); | ||||
|  | ||||
|     await optionService.createOption('initialized', initialized ? 'true' : 'false', false); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user