Skip to content
Snippets Groups Projects
Commit beded1c7 authored by Marie's avatar Marie
Browse files

upd: show reload dialog for note design

Closes #242
parent 7a83e46e
No related branches found
No related tags found
No related merge requests found
......@@ -319,6 +319,12 @@ watch(useSystemFont, () => {
}
});
watch(noteDesign, async (newval) => {
if (noteDesign.value === newval) {
await reloadAsk();
}
});
watch([
lang,
fontSize,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment