Skip to content

Commit

Permalink
Upd: Background music no longer plays by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ollm authored Dec 1, 2024
1 parent 342c9fe commit b6346a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ var storageDefault = {
readingImageInterpolationMethodDownscaling: 'lanczos3',
readingImageInterpolationMethodUpscaling: 'chromium',
readingMusic: {
play: true,
play: false,
volume: 1.0,
},
controllerDeadZone: 0.1,
Expand Down

0 comments on commit b6346a7

Please sign in to comment.