mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Change dimmer timeout from 4s to 5s
This commit is contained in:
parent
f8231f6e45
commit
7156842452
|
|
@ -797,7 +797,7 @@ export class AppRdioScannerComponent implements OnDestroy, OnInit {
|
||||||
this.dimmerDelay = undefined;
|
this.dimmerDelay = undefined;
|
||||||
|
|
||||||
this.ngDetectChanges();
|
this.ngDetectChanges();
|
||||||
}, 4000);
|
}, 5000);
|
||||||
|
|
||||||
this.ngDetectChanges();
|
this.ngDetectChanges();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue