fix loading custom themes in Options, closes #3528

This commit is contained in:
zadam 2023-01-15 12:54:38 +01:00
parent df0f52aff9
commit a004a8b092

View File

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