Skip to content

Commit

Permalink
Re-enabled JS extension to allow system sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryPeach committed Apr 15, 2022
1 parent 002f727 commit ce2f738
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ int main(int argc, char *argv[])
webConfigSetTouchEnabledOnContents(&config, true);
log_dbg("Setting boot as media player...\n");
webConfigSetBootAsMediaPlayer(&config, true);
log_dbg("Setting JS extension enabled...\n");
webConfigSetJsExtension(&config, true);

log_dbg("Attempted to show web session...");
WebCommonReply reply;
Expand Down

0 comments on commit ce2f738

Please sign in to comment.