From 8d06d90bd6c22fc45b9e68a596299da27cb6b7e2 Mon Sep 17 00:00:00 2001 From: poprox24 <48130451+poprox24@users.noreply.github.com> Date: Fri, 27 Dec 2024 02:17:09 +0100 Subject: [PATCH] Refresh the avatar dialog when impostor is deleted (#1048) --- html/src/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/src/app.js b/html/src/app.js index 40935293..7b8a4612 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -12019,6 +12019,7 @@ speechSynthesis.getVoices(); message: 'Imposter deleted', type: 'success' }); + this.showAvatarDialog(D.id); return args; }); break;