chore(showcase): temporary removed custom music

This commit is contained in:
Haoyu Xu
2024-01-09 18:45:44 -05:00
parent a2976d1d00
commit 159dd4ac20
2 changed files with 12 additions and 9 deletions

View File

@@ -100,7 +100,9 @@ export default class Music {
resetMusic() {
this.#isUsingCustomMusic = false
this.#playMusic()
if (this.#useMusic) {
this.#playMusic()
}
}
#playMusic() {