mirror of
https://github.com/AltarikMC/Launcher
synced 2024-11-25 06:49:51 +01:00
Prevent the "true" from appear on launch button
This commit is contained in:
parent
0bd1cec17c
commit
2876c6d5f9
@ -96,7 +96,7 @@ ipcRenderer.on("close", (_e, _args) => {
|
|||||||
|
|
||||||
ipcRenderer.on('launch', (_e, _args) => {
|
ipcRenderer.on('launch', (_e, _args) => {
|
||||||
app.fullprogressbarHidden = true
|
app.fullprogressbarHidden = true
|
||||||
app.loadingMessageText = true
|
app.loadingMessageHidden = true
|
||||||
})
|
})
|
||||||
|
|
||||||
ipcRenderer.on("modsInformations", (e, args) => {
|
ipcRenderer.on("modsInformations", (e, args) => {
|
||||||
|
@ -27,8 +27,7 @@ function createWindow () {
|
|||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
contextIsolation: false
|
contextIsolation: false
|
||||||
},
|
},
|
||||||
frame: false,
|
frame: false
|
||||||
nativeWindowOpen: true
|
|
||||||
})
|
})
|
||||||
Menu.setApplicationMenu(null)
|
Menu.setApplicationMenu(null)
|
||||||
win.loadFile('src/client/login.html')
|
win.loadFile('src/client/login.html')
|
||||||
|
Loading…
Reference in New Issue
Block a user