diff --git a/src/routes/api/options.js b/src/routes/api/options.js index a176bb45f..ddb4321ec 100644 --- a/src/routes/api/options.js +++ b/src/routes/api/options.js @@ -112,7 +112,7 @@ function update(name, value) { } function getUserThemes() { - const notes = searchService.searchNotes("#appTheme"); + const notes = searchService.searchNotes("#appTheme", {ignoreHoistedNote: true}); const ret = []; for (const note of notes) {