mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	add hideTabRowForOneTab if missing, fixes #660
This commit is contained in:
		| @@ -82,6 +82,8 @@ async function initNotSyncedOptions(initialized, startNotePath = 'root', opts = | ||||
|  | ||||
|     await optionService.createOption('spellCheckEnabled', 'true', false); | ||||
|     await optionService.createOption('spellCheckLanguageCode', 'en-US', false); | ||||
|  | ||||
|     await optionService.createOption('hideTabRowForOneTab', 'false', false); | ||||
| } | ||||
|  | ||||
| module.exports = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user