调试
This commit is contained in:
+8
-8
@@ -113,14 +113,14 @@ class TradeTargetUI:
|
||||
|
||||
# 市场数据监听开关
|
||||
self.market_data_switch_var = tk.BooleanVar(value=False)
|
||||
self.market_data_switch = ttk.Checkbutton(
|
||||
toolbar_frame,
|
||||
text="📊 市场数据",
|
||||
variable=self.market_data_switch_var,
|
||||
command=self.toggle_market_data,
|
||||
width=12
|
||||
)
|
||||
self.market_data_switch.pack(side=tk.LEFT, padx=2)
|
||||
# self.market_data_switch = ttk.Checkbutton(
|
||||
# toolbar_frame,
|
||||
# text="📊 市场数据",
|
||||
# variable=self.market_data_switch_var,
|
||||
# command=self.toggle_market_data,
|
||||
# width=12
|
||||
# )
|
||||
# self.market_data_switch.pack(side=tk.LEFT, padx=2)
|
||||
|
||||
# 日志显示/隐藏按钮
|
||||
self.log_toggle_btn = ttk.Button(toolbar_frame, text="📋 显示日志",
|
||||
|
||||
Reference in New Issue
Block a user