继续优化UI加载速度
This commit is contained in:
@@ -156,6 +156,7 @@ class PQAutomationApp(
|
||||
self.current_panel = None # 当前显示的面板名称
|
||||
self.panels = {} # 存储所有面板的信息
|
||||
self.log_visible = False
|
||||
self._theme_transition = False
|
||||
|
||||
# 创建左侧面板
|
||||
self.left_frame = ttk.Frame(self.main_frame, width=208)
|
||||
|
||||
Reference in New Issue
Block a user