Update changes
Dieser Commit ist enthalten in:
@ -191,9 +191,9 @@ class ThemeManager(QObject):
|
||||
return os.path.join(self.base_dir, "resources", "icons", f"{icon_name}.svg")
|
||||
|
||||
# Logo is theme-specific
|
||||
if icon_name == "intelsight-logo":
|
||||
if icon_name == "aegissight-logo":
|
||||
theme = ThemeConfig.get_theme(self.current_theme)
|
||||
logo_name = theme.get('logo_path', 'intelsight-logo.svg').replace('.svg', '')
|
||||
logo_name = theme.get('logo_path', 'aegissight-logo.svg').replace('.svg', '')
|
||||
return os.path.join(self.base_dir, "resources", "icons", f"{logo_name}.svg")
|
||||
|
||||
# For other icons
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren