From 19af383b0d693768af03597a9178cbdb5131cff4 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Sat, 1 Oct 2022 01:51:26 -0400 Subject: [PATCH] Disable play_sounds which was locking up the application --- dist/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index.html b/dist/index.html index 7da5bdc..cd150e0 100644 --- a/dist/index.html +++ b/dist/index.html @@ -35,6 +35,7 @@ assets_path: './dist/', discover_connection_methods: false, message_archiving: 'always', + play_sounds: false, view_mode: 'fullscreen' }); });