Change dimmer timeout from 4s to 5s

This commit is contained in:
Chrystian Huot 2020-06-08 11:41:27 -04:00
parent f8231f6e45
commit 7156842452

View file

@ -797,7 +797,7 @@ export class AppRdioScannerComponent implements OnDestroy, OnInit {
this.dimmerDelay = undefined;
this.ngDetectChanges();
}, 4000);
}, 5000);
this.ngDetectChanges();
}