chore: using aare_banner.png since svg could be rendered wrong at rhel9 consoles

This commit is contained in:
2026-08-13 13:41:36 +02:00
parent bb447b1567
commit d94fb88148
2 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

+1 -1
View File
@@ -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)