Added autoplay by default.

This commit is contained in:
moonstar-x 2023-06-02 14:00:13 -05:00
parent a21710d624
commit d167b2b254

View File

@ -16,7 +16,7 @@ class App extends Component {
awaitingResponse: false, awaitingResponse: false,
showTitle: true, // show image title at top left showTitle: true, // show image title at top left
showInfo: true, // show info and buttons at bottom right showInfo: true, // show info and buttons at bottom right
auto: false, // autoplay auto: true, // autoplay
sound: false, sound: false,
hideUI: false, hideUI: false,
hideUIChecked: false, hideUIChecked: false,