mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	introduced 'autoFixConsistencyIssues' option to control whether consistency issues should be auto fixed or note
This commit is contained in:
		| @@ -78,7 +78,8 @@ const defaultOptions = [ | ||||
|     { name: 'spellCheckLanguageCode', value: 'en-US', isSynced: false }, | ||||
|     { name: 'hideTabRowForOneTab', value: 'false', isSynced: false }, | ||||
|     { name: 'imageMaxWidthHeight', value: '1200', isSynced: true }, | ||||
|     { name: 'imageJpegQuality', value: '75', isSynced: true } | ||||
|     { name: 'imageJpegQuality', value: '75', isSynced: true }, | ||||
|     { name: 'autoFixConsistencyIssues', value: 'true', isSynced: false } | ||||
| ]; | ||||
|  | ||||
| async function initStartupOptions() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user