🗑️[remove] Model : compact modeのconfigを削除
This commit is contained in:
@@ -967,17 +967,6 @@ class Config:
|
|||||||
self._ENABLE_VRC_MIC_MUTE_SYNC = value
|
self._ENABLE_VRC_MIC_MUTE_SYNC = 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('IS_CONFIG_WINDOW_COMPACT_MODE')
|
|
||||||
def IS_CONFIG_WINDOW_COMPACT_MODE(self):
|
|
||||||
return self._IS_CONFIG_WINDOW_COMPACT_MODE
|
|
||||||
|
|
||||||
@IS_CONFIG_WINDOW_COMPACT_MODE.setter
|
|
||||||
def IS_CONFIG_WINDOW_COMPACT_MODE(self, value):
|
|
||||||
if isinstance(value, bool):
|
|
||||||
self._IS_CONFIG_WINDOW_COMPACT_MODE = value
|
|
||||||
saveJson(self.PATH_CONFIG, inspect.currentframe().f_code.co_name, value)
|
|
||||||
|
|
||||||
def init_config(self):
|
def init_config(self):
|
||||||
# Read Only
|
# Read Only
|
||||||
self._VERSION = "2.2.5"
|
self._VERSION = "2.2.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user