upd: show reload dialog for note design

Closes #242
This commit is contained in:
Marie 2023-12-21 22:04:58 +01:00
parent 7a83e46e6a
commit beded1c7ce
1 changed files with 6 additions and 0 deletions

View File

@ -319,6 +319,12 @@ watch(useSystemFont, () => {
}
});
watch(noteDesign, async (newval) => {
if (noteDesign.value === newval) {
await reloadAsk();
}
});
watch([
lang,
fontSize,