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

@ -17,7 +17,7 @@ def main():
app.setOrganizationName(APP_ORG)
# Icon
BASE_DIR = Path(__file__).resolve().parent
ICON_PATH = BASE_DIR / "icons" / "bouquin-light.svg"
ICON_PATH = BASE_DIR / "icons" / "bouquin.svg"
icon = QIcon(str(ICON_PATH))
app.setWindowIcon(icon)