mirror of
https://github.com/AltarikMC/Launcher
synced 2025-12-13 11:41:45 +00:00
Fix unvalidate button not working
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user