Update changes
Dieser Commit ist enthalten in:
@ -156,11 +156,11 @@ class MainWindow(QMainWindow):
|
||||
|
||||
# Get the correct logo based on current theme
|
||||
if self.theme_manager:
|
||||
logo_path = self.theme_manager.get_icon_path("intelsight-logo")
|
||||
logo_path = self.theme_manager.get_icon_path("aegissight-logo")
|
||||
else:
|
||||
# Fallback if no theme manager
|
||||
logo_path = os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))),
|
||||
"resources", "icons", "intelsight-logo.svg")
|
||||
"resources", "icons", "aegissight-logo.svg")
|
||||
|
||||
self.logo_widget.setIcon(QIcon(logo_path))
|
||||
self.logo_widget.setIconSize(QSize(120, 40))
|
||||
@ -322,7 +322,7 @@ class MainWindow(QMainWindow):
|
||||
if hasattr(self, 'logo_widget') and self.logo_widget and self.theme_manager:
|
||||
# Get the new logo path from theme manager based on current theme
|
||||
current_theme = self.theme_manager.get_current_theme()
|
||||
logo_path = self.theme_manager.get_icon_path("intelsight-logo")
|
||||
logo_path = self.theme_manager.get_icon_path("aegissight-logo")
|
||||
|
||||
print(f"DEBUG: Updating logo for theme '{current_theme}'")
|
||||
print(f"DEBUG: Logo path: {logo_path}")
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren