[Refactor] ColorThemeManager: SimpleNamespaceを使った記述に切り替えて可読性と利便性アップ。

This commit is contained in:
Sakamoto Shiina
2023-10-27 10:37:22 +09:00
parent 161e4b9543
commit 5fd156545f
2 changed files with 204 additions and 354 deletions

View File

@@ -69,7 +69,6 @@ class View():
)
self.settings.error_message_window = SimpleNamespace(
ctm=all_ctm.error_message_window,
uism=all_uism.error_message_window,
**common_args
)