We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58fc48 commit 159be99Copy full SHA for 159be99
AgentCrew/modules/gui/qt_ui.py
@@ -570,6 +570,7 @@ def _handle_theme_changed(self, theme_name):
570
self.status_indicator.setStyleSheet(
571
self.style_provider.get_status_indicator_style()
572
)
573
+ self.version_label.setStyleSheet(self.style_provider.get_version_label_style())
574
575
# Display status message about theme change
576
self.display_status_message(f"Theme changed to: {theme_name}")
0 commit comments