mirror of
https://github.com/AltarikMC/Launcher
synced 2025-01-18 14:49:36 +01:00
Fix unvalidate button not working
This commit is contained in:
parent
1a3082a90f
commit
8701f2e200
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user