mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 16:21:25 +02:00
Switch to BiomeJS (#306)
This commit is contained in:
@@ -13,6 +13,4 @@ listen<ModelPayload>('model_write', async (event) => {
|
||||
setFontSizeOnDocument(event.payload.model.interfaceFontSize);
|
||||
}).catch(console.error);
|
||||
|
||||
getSettings().then((settings) =>
|
||||
setFontSizeOnDocument(settings.interfaceFontSize),
|
||||
);
|
||||
getSettings().then((settings) => setFontSizeOnDocument(settings.interfaceFontSize));
|
||||
|
||||
Reference in New Issue
Block a user