Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Stupid fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jota11 committed Aug 22, 2020
1 parent bb7861a commit bea6b31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ function createWindow() {
}
}

// app.whenReady().then(createWindow);
app.on("ready", () => {
createWindow();
autoUpdater.checkForUpdatesAndNotify();
Expand Down Expand Up @@ -161,11 +160,9 @@ ipcMain.on("restart_app", () => {
ipcMain.on("SettingsWindow", async (event, someArgument) => {
settingsPage.OpenWindow();
});

ipcMain.on("PatchNotesWindow", async (event, someArgument) => {
patchnotesPage.OpenWindow();
});

ipcMain.on("ServerListWindow", async (event, someArgument) => {
serverlistPage.OpenWindow();
});
Expand Down
2 changes: 1 addition & 1 deletion preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ window.addEventListener("DOMContentLoaded", () => {
if (currentClientVersion === version) {
launcherversionBox.remove();
} else {
launcherversionBox.innerText = "A new update is available but it seems you\ndon't have auto-update working.\nCheck the website to download the new version.";
launcherversionBox.innerText = "A new update is available for the launcher.\nCheck the website to download the new version.\nIf you are using the auto-updater version,\ndownload it automatically by clicking the yellow\nbutton!";
}
}
}
Expand Down

0 comments on commit bea6b31

Please sign in to comment.