mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-29 10:06:57 +00: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…
Add table
Reference in a new issue