Skip to content

Commit

Permalink
Stop trying to autoplay music
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Jan 15, 2024
1 parent ad4308c commit ce6bf75
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/scripts/components/mixins/main-initialization.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ export default class MainInitialization {
}, {
onButtonClicked: () => {
this.show({ focusButton: true, readOpened: true });

if (!this.params.jukebox.isPlaying('backgroundMusic')) {
this.tryStartBackgroundMusic();
}
},
read: (text) => {
this.params.globals.get('read')(text);
Expand Down

0 comments on commit ce6bf75

Please sign in to comment.