🐛[bugfix] Model : マージに合わせてoverlayの処理を修正

- overlay off時にParameterを変更できるように修正
- overlay終了処理時を修正
- Easter Eggのコメントアウトを削除
This commit is contained in:
misyaguziya
2024-05-08 11:45:28 +09:00
parent 457c4a48f9
commit 32ad466d9d
5 changed files with 41 additions and 39 deletions

View File

@@ -787,7 +787,7 @@ class Config:
def OVERLAY_UI_TYPE(self, value):
if isinstance(value, str):
self._OVERLAY_UI_TYPE = value
saveJson(self.PATH_CONFIG, inspect.currentframe().f_code.co_name, value)
# saveJson(self.PATH_CONFIG, inspect.currentframe().f_code.co_name, value)
@property
@json_serializable('ENABLE_SEND_MESSAGE_TO_VRC')