Version 1.7.1: Icon-System vereinfacht und gecacht
- icons.py: _ICON_MAP entfernt (war reine Identitätsabbildung), Pfad wird direkt aus dem Namen abgeleitet - icons.py: Render-Cache mit Schlüssel (name, theme-farbe) ergänzt, vermeidet wiederholtes SVG-Rendering bei Baum-/Kontextmenü-Aufbau - icons.py: Qt-Ressourcen-Registrierung gekapselt (Import aus main.py hierher verschoben) - download_icons.py: toten folder-open-Eintrag entfernt (in Feather nicht vorhanden, nirgends genutzt) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -98,9 +98,6 @@ def main():
|
||||
if icon_path.exists():
|
||||
app.setWindowIcon(QIcon(str(icon_path)))
|
||||
|
||||
# Qt-Ressourcen registrieren (Icons)
|
||||
import res.resources_rc # noqa: F401
|
||||
|
||||
# Hauptfenster erstellen
|
||||
window = MainWindow()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user