Compare commits

..

1 Commits

Author SHA1 Message Date
tothbt 33d635839f feat(settings): handle warning message setting 2026-06-06 19:54:44 +02:00
+10
View File
@@ -382,6 +382,11 @@ export class Tab1Page {
return;
}
if (!this.settings()?.showAlert) {
this.removeUmpiresFromCourt(courtNo);
return;
}
const alert = await this.alertController.create({
header: `Pálya ${courtNo}`,
subHeader: 'Biztos leveszed őket pályáról?',
@@ -428,6 +433,11 @@ export class Tab1Page {
return;
}
if (!this.settings()?.showAlert) {
this.addUmpiresToCourt(courtNo, umpire, serviceJudge);
return;
}
const alert = await this.alertController.create({
header: `Pálya ${courtNo}`,
cssClass: 'wide',