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:
parent
1a3082a90f
commit
8701f2e200
@ -40,9 +40,7 @@ app = vue.createApp({
|
|||||||
invalidateData () {
|
invalidateData () {
|
||||||
this.invalidateButtonDisabled = true
|
this.invalidateButtonDisabled = true
|
||||||
this.invalidateButtonText = "Opération en cours"
|
this.invalidateButtonText = "Opération en cours"
|
||||||
this.notificationTitle = "Opération en cours"
|
this.showInfo("Opération en cours", "Suppression des données du jeu en cours")
|
||||||
this.notificationMessage = "Suppression des données du jeu en cours"
|
|
||||||
this.showInfo()
|
|
||||||
ipcRenderer.send('invalidateData')
|
ipcRenderer.send('invalidateData')
|
||||||
},
|
},
|
||||||
launchBtnClick () {
|
launchBtnClick () {
|
||||||
|
Loading…
Reference in New Issue
Block a user