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

Fix unvalidate button not working

This commit is contained in:
Quentin Legot 2022-02-18 21:13:11 +01:00
parent 1a3082a90f
commit 8701f2e200

View File

@ -40,9 +40,7 @@ app = vue.createApp({
invalidateData () {
this.invalidateButtonDisabled = true
this.invalidateButtonText = "Opération en cours"
this.notificationTitle = "Opération en cours"
this.notificationMessage = "Suppression des données du jeu en cours"
this.showInfo()
this.showInfo("Opération en cours", "Suppression des données du jeu en cours")
ipcRenderer.send('invalidateData')
},
launchBtnClick () {