mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix loading custom themes in Options, closes #3528
This commit is contained in:
parent
df0f52aff9
commit
a004a8b092
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user