ask to reload when changing noteDesign

since it's not longer super-dynamic
This commit is contained in:
dakkar 2025-05-21 18:32:43 +01:00
parent 7c61b57939
commit 5a961119a7

View file

@ -1106,6 +1106,7 @@ watch([
fontSize, fontSize,
useSystemFont, useSystemFont,
makeEveryTextElementsSelectable, makeEveryTextElementsSelectable,
noteDesign,
], async () => { ], async () => {
await reloadAsk({ reason: i18n.ts.reloadToApplySetting, unison: true }); await reloadAsk({ reason: i18n.ts.reloadToApplySetting, unison: true });
}); });