mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
I forgot to uncomment a function
This commit is contained in:
parent
86c3636a19
commit
0a7ec74b0f
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue