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:
parent
d3c0806276
commit
e418aafdb8
@ -19,5 +19,5 @@ app = vue.createApp({
|
||||
app.mount("#vue");
|
||||
|
||||
ipcRenderer.on("update-available", (event, arg) => {
|
||||
this.fullscreenText = "Mise à jour disponible, téléchargement..."
|
||||
app.fullscreenText = "Mise à jour disponible, téléchargement..."
|
||||
});
|
@ -28,7 +28,7 @@ function createWindow () {
|
||||
},
|
||||
frame: false
|
||||
})
|
||||
//Menu.setApplicationMenu(null)
|
||||
Menu.setApplicationMenu(null)
|
||||
win.loadFile('src/client/checkingUpdate.html')
|
||||
win.on("close", () => {
|
||||
app.quit()
|
||||
|
Loading…
Reference in New Issue
Block a user