继续优化深色模式显示
This commit is contained in:
@@ -718,6 +718,11 @@ def _on_toggle_theme(self: "PQAutomationApp") -> None:
|
||||
from app.views.theme_manager import toggle_theme
|
||||
toggle_theme()
|
||||
_refresh_theme_toggle_label(self)
|
||||
if hasattr(self, "apply_result_chart_theme"):
|
||||
try:
|
||||
self.apply_result_chart_theme()
|
||||
except Exception:
|
||||
pass
|
||||
# 同步刷新侧栏选中态(高亮样式跟随新色板)
|
||||
if hasattr(self, "update_sidebar_selection"):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user