diff --git a/arcjetCV/gui/main_window.py b/arcjetCV/gui/main_window.py index c7be8fb..97a0aaa 100644 --- a/arcjetCV/gui/main_window.py +++ b/arcjetCV/gui/main_window.py @@ -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))