From 521cc24d832d9e91ec8a368500a7a3bd9249e917 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Mon, 19 Jul 2021 02:26:18 +1200 Subject: [PATCH] Typo --- html/src/app.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/html/src/app.js b/html/src/app.js index 30e0aa96..a328054d 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -12308,7 +12308,9 @@ speechSynthesis.getVoices(); AppApi.WriteConfigFile(json); }; - $app.data.VRChatConfigDialog.visible = false; + $app.data.VRChatConfigDialog = { + visible: false + }; API.$on('LOGIN', function () { $app.VRChatConfigDialog.visible = false;