Replace icon
This commit is contained in:
parent
17560af249
commit
989680845b
7 changed files with 68 additions and 289 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue