mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 12:55:55 +01:00
fix loading custom themes in Options, closes #3528
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user