Disabling new block sound until we have a setting for this.

refs #84
This commit is contained in:
softsimon 2020-06-11 00:41:39 +07:00
parent 43dac03ec0
commit 07b543d6bf
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -47,7 +47,7 @@ export class BlockchainBlocksComponent implements OnInit, OnDestroy {
this.blocks = this.blocks.slice(0, 8);
if (!refilling) {
setTimeout(() => this.audioService.playSound('bright-harmony'));
// setTimeout(() => this.audioService.playSound('bright-harmony'));
block.stage = block.matchRate >= 80 ? 1 : 2;
}