mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 09:03:09 +02:00
parent
7a83e46e6a
commit
beded1c7ce
1 changed files with 6 additions and 0 deletions
|
@ -319,6 +319,12 @@ watch(useSystemFont, () => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
watch(noteDesign, async (newval) => {
|
||||||
|
if (noteDesign.value === newval) {
|
||||||
|
await reloadAsk();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
watch([
|
watch([
|
||||||
lang,
|
lang,
|
||||||
fontSize,
|
fontSize,
|
||||||
|
|
Loading…
Reference in a new issue