多台控制

This commit is contained in:
ray
2025-10-30 23:39:27 +08:00
parent 069613fe09
commit 7623e22e5c
9 changed files with 350 additions and 190 deletions

View File

@@ -23,7 +23,9 @@ class ConfigManager:
"preview_height": 700,
"preview_columns": 2,
"preview_rows": 2,
"show_preview": True
"show_preview": True,
"preview_multi_window": False,
"preview_use_all_groups": True
}
}
self.config = self.load_config()