Skip to content

Commit

Permalink
Set autoplay to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie authored Nov 21, 2019
1 parent a4b2869 commit 7b7c163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/baw.constants.nobuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = function (environment) {
"preferences": {
"volume": 1.0,
"muted": false,
"autoPlay": false,
"autoPlay": true,
"visualize": {
"hideImages": false,
"hideFixed": false
Expand Down Expand Up @@ -66,4 +66,4 @@ module.exports = function (environment) {
"appCategory": "<<application>>"
}
};
};
};

0 comments on commit 7b7c163

Please sign in to comment.