Replace icon

This commit is contained in:
Miguel Jacq 2025-11-26 11:19:27 +11:00
parent 17560af249
commit 989680845b
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
7 changed files with 68 additions and 289 deletions

View file

@ -56,7 +56,7 @@ class VersionChecker:
"""
Render the SVG logo to a high-DPI-aware QPixmap so it stays crisp.
"""
svg_path = Path(__file__).resolve().parent / "icons" / "bouquin-light.svg"
svg_path = Path(__file__).resolve().parent / "icons" / "bouquin.svg"
# Logical size (what Qt layouts see)
dpr = QGuiApplication.primaryScreen().devicePixelRatio()