4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-22 06:19:50 +01:00

remove menu and fix message not updating on checkingUpdate.html

This commit is contained in:
Quentin Legot 2022-08-20 12:18:10 +02:00
parent d3c0806276
commit e418aafdb8
2 changed files with 2 additions and 2 deletions

View File

@ -19,5 +19,5 @@ app = vue.createApp({
app.mount("#vue"); app.mount("#vue");
ipcRenderer.on("update-available", (event, arg) => { ipcRenderer.on("update-available", (event, arg) => {
this.fullscreenText = "Mise à jour disponible, téléchargement..." app.fullscreenText = "Mise à jour disponible, téléchargement..."
}); });

View File

@ -28,7 +28,7 @@ function createWindow () {
}, },
frame: false frame: false
}) })
//Menu.setApplicationMenu(null) Menu.setApplicationMenu(null)
win.loadFile('src/client/checkingUpdate.html') win.loadFile('src/client/checkingUpdate.html')
win.on("close", () => { win.on("close", () => {
app.quit() app.quit()