mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
renamed openTabs to openNoteContexts
This commit is contained in:
@@ -24,7 +24,7 @@ const ALLOWED_OPTIONS = new Set([
|
||||
'detailFontFamily',
|
||||
'monospaceFontSize',
|
||||
'monospaceFontFamily',
|
||||
'openTabs',
|
||||
'openNoteContexts',
|
||||
'noteInfoWidget',
|
||||
'attributesWidget',
|
||||
'linkMapWidget',
|
||||
@@ -102,8 +102,8 @@ function update(name, value) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (name !== 'openTabs') {
|
||||
log.info(`Updating option ${name} to ${value}`);
|
||||
if (name !== 'openNoteContexts') {
|
||||
log.info(`Updating option '${name}' to '${value}'`);
|
||||
}
|
||||
|
||||
optionService.setOption(name, value);
|
||||
|
||||
Reference in New Issue
Block a user