Disable play_sounds which was locking up the application

This commit is contained in:
Travis Burtrum 2022-10-01 01:51:26 -04:00
parent a1967c66e9
commit 19af383b0d
1 changed files with 1 additions and 0 deletions

1
dist/index.html vendored
View File

@ -35,6 +35,7 @@
assets_path: './dist/',
discover_connection_methods: false,
message_archiving: 'always',
play_sounds: false,
view_mode: 'fullscreen'
});
});