🐛[bugfix] Model : マージに合わせてoverlayの処理を修正
- overlay off時にParameterを変更できるように修正 - overlay終了処理時を修正 - Easter Eggのコメントアウトを削除
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user