renamed openTabs to openNoteContexts

This commit is contained in:
zadam
2023-04-11 22:00:04 +02:00
parent 17128c5874
commit 3f8bf7cacc
10 changed files with 26 additions and 25 deletions

View File

@@ -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