Skip to content

Commit

Permalink
updated the logo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrequ committed May 8, 2024
1 parent 340cf27 commit 1f759b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcjetCV/gui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self):

# Set the application icon
self.logo_path = os.path.join(
Path(__file__).parent.absolute(), "logo/arcjetCV_logo_white_.png"
Path(__file__).parent.absolute(), "logo/arcjetCV_logo_white.png"
)
self.setWindowIcon(QIcon(self.logo_path))

Expand Down

0 comments on commit 1f759b9

Please sign in to comment.