mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	renamed openTabs to openNoteContexts
This commit is contained in:
		| @@ -106,7 +106,7 @@ async function createInitialDatabase() { | ||||
|         const startNoteId = sql.getValue("SELECT noteId FROM branches WHERE parentNoteId = 'root' AND isDeleted = 0 ORDER BY notePosition"); | ||||
|  | ||||
|         const optionService = require("./options"); | ||||
|         optionService.setOption('openTabs', JSON.stringify([ | ||||
|         optionService.setOption('openNoteContexts', JSON.stringify([ | ||||
|             { | ||||
|                 notePath: startNoteId, | ||||
|                 active: true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user