Show percentage for amount L2 and R2 is pressed

Add "Don't show again" option to the Edge disclaimer modal
This commit is contained in:
Mathias Malmqvist
2025-10-02 01:26:37 +02:00
committed by dualshock-tools
parent 6073803215
commit 25f52689e1
6 changed files with 32 additions and 4 deletions

View File

@@ -120,7 +120,7 @@ export class CalibCenterModal {
return;
this.setProgress(0);
new bootstrap.Modal(document.getElementById('calibrateModal'), {}).show();
new bootstrap.Modal(document.getElementById('autoCalibCenterModal'), {}).show();
await sleep(1000);