[accelerator] restore scroll events, remove eta button

This commit is contained in:
Mononaut
2024-06-30 01:46:11 +00:00
parent c5fc476834
commit f68c8cc621
5 changed files with 36 additions and 8 deletions

View File

@@ -743,7 +743,7 @@ export class TrackerComponent implements OnInit, OnDestroy {
}
this.enterpriseService.goal(8);
this.showAccelerationSummary = true && this.acceleratorAvailable;
this.scrollIntoAccelPreview = !this.scrollIntoAccelPreview;
this.scrollIntoAccelPreview = true;
return false;
}