From 29d3257dd3686172dbb3e384188e410eacbced20 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Sun, 28 Apr 2024 17:46:24 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8D[Update]=20Version=20:=202.2.2=20->?= =?UTF-8?q?=202.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index e583445b..64b7c31c 100644 --- a/config.py +++ b/config.py @@ -905,7 +905,7 @@ class Config: def init_config(self): # Read Only - self._VERSION = "2.2.2" + self._VERSION = "2.2.3" self._ENABLE_SPEAKER2CHATBOX = False # Speaker2Chatbox self._ENABLE_SPEAKER2CHATBOX_PASS_CONFIRMATION = "VRCT=0YEN" self._PATH_LOCAL = os_path.dirname(sys.argv[0]) @@ -1066,7 +1066,7 @@ class Config: # "display_duration": 5, # "fadeout_duration": 2, # } - self._OVERLAY_UI_TYPE = "default" + # self._OVERLAY_UI_TYPE = "default" self._ENABLE_SEND_MESSAGE_TO_VRC = True self._ENABLE_SEND_RECEIVED_MESSAGE_TO_VRC = False # Speaker2Chatbox self._ENABLE_SPEAKER2CHATBOX_PASS = "000000000"