diff --git a/src/components/ControllerPage.vue b/src/components/ControllerPage.vue index 6e44ff9..e87fb23 100644 --- a/src/components/ControllerPage.vue +++ b/src/components/ControllerPage.vue @@ -267,6 +267,14 @@ export default { doReset() { this.sendAction({ type: 'resetta' }) this.confirmReset = false + this.configData = { + nomeHome: this.state.sp.nomi.home, + nomeGuest: this.state.sp.nomi.guest, + modalita: this.state.modalitaPartita, + formHome: ["1", "2", "3", "4", "5", "6"], + formGuest: ["1", "2", "3", "4", "5", "6"], + } + this.showConfig = true }, undoUltimoPoint() { this.sendAction({ type: 'decPunt' })