Skip to content

Commit 159be99

Browse files
committed
chore: reload theme
1 parent e58fc48 commit 159be99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AgentCrew/modules/gui/qt_ui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ def _handle_theme_changed(self, theme_name):
570570
self.status_indicator.setStyleSheet(
571571
self.style_provider.get_status_indicator_style()
572572
)
573+
self.version_label.setStyleSheet(self.style_provider.get_version_label_style())
573574

574575
# Display status message about theme change
575576
self.display_status_message(f"Theme changed to: {theme_name}")

0 commit comments

Comments
 (0)