mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
option names now follow camelCase
This commit is contained in:
@@ -33,7 +33,7 @@ async function addRecentNote(req) {
|
||||
|
||||
await recentNote.save();
|
||||
|
||||
await optionService.setOption('start_note_path', notePath);
|
||||
await optionService.setOption('startNotePath', notePath);
|
||||
|
||||
return await getRecentNotes();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user