fix for packed images

This commit is contained in:
2026-06-28 13:31:50 -07:00
parent b5de8709de
commit 2708c78f8e
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class WelcomeDialog(QDialog):
logo_label = QLabel(self)
# NOTE: might not work on mac and need the icns file
logo_label.setPixmap(QIcon(resource_path("../../icons/main.ico")).pixmap(48, 48))
logo_label.setPixmap(QIcon(resource_path("icons/main.ico")).pixmap(48, 48))
if first:
title_label = QLabel(f"<h2>Welcome to {APP_NAME.upper()}!</h2>", self)
elif direct: