chore: using aare_banner.png since svg could be rendered wrong at rhel9 consoles
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 210 KiB |
+1
-1
@@ -23,7 +23,7 @@ def main():
|
||||
icon_path = os.path.join(basedir, "graphics/aaregui_logo.svg")
|
||||
# The banner is an SVG now; the old aare_banner.png no longer exists
|
||||
# and yielded a null splash pixmap.
|
||||
banner_path = os.path.join(basedir, "graphics/aare_banner.svg")
|
||||
banner_path = os.path.join(basedir, "graphics/aare_banner.png")
|
||||
except Exception:
|
||||
logger.exception("Failed to load resources for splash screen")
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user