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