4
0
mirror of https://github.com/AltarikMC/Launcher synced 2025-12-15 12:01:46 +00:00

Prevent the "true" from appear on launch button

This commit is contained in:
2021-09-26 12:18:58 +02:00
parent 0bd1cec17c
commit 2876c6d5f9
2 changed files with 2 additions and 3 deletions

View File

@@ -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) => {