mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-20 04:58:24 -05:00
fix
This commit is contained in:
@@ -48,7 +48,7 @@ async function getUserThemes() {
|
||||
const ret = [];
|
||||
|
||||
for (const note of notes) {
|
||||
let value = note.getLabelValue('appTheme');
|
||||
let value = await note.getLabelValue('appTheme');
|
||||
|
||||
if (!value) {
|
||||
value = note.title.toLowerCase().replace(/[^a-z0-9]/gi, '-');
|
||||
|
||||
Reference in New Issue
Block a user