From 0a7ec74b0f7021e9e923249ae7f8de7358a20948 Mon Sep 17 00:00:00 2001 From: smartfrigde <37928912+smartfrigde@users.noreply.github.com> Date: Sun, 12 Jun 2022 21:03:58 +0200 Subject: [PATCH] I forgot to uncomment a function --- src/window.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.ts b/src/window.ts index 6c5e2ac..ab98eec 100644 --- a/src/window.ts +++ b/src/window.ts @@ -99,7 +99,7 @@ async function doAfterDefiningTheWindow() { console.log(process.platform); if (process.platform === "win32") { if (firstRun) { - // await setLang(Intl.DateTimeFormat().resolvedOptions().locale) + await setLang(Intl.DateTimeFormat().resolvedOptions().locale) mainWindow.setSize(390, 470); mainWindow.loadURL(`file://${__dirname}/content/setup.html`); } else {