mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
rename "widget" type to "content-widget"
This commit is contained in:
@@ -593,12 +593,12 @@ function createOptionNotes() {
|
||||
branchId: OPTIONS_APPEARANCE,
|
||||
noteId: OPTIONS_APPEARANCE,
|
||||
title: 'Appearance',
|
||||
type: 'widget',
|
||||
type: 'content-widget',
|
||||
content: '',
|
||||
parentNoteId: OPTIONS_ROOT
|
||||
}).note;
|
||||
|
||||
note.addLabel('widget', 'optionsAppearance');
|
||||
note.addLabel('contentWidget', 'optionsAppearance');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user