Move default icon

This commit is contained in:
Thomas Farstrike
2025-04-29 17:27:32 +02:00
parent 909f35a9e0
commit 92d6b062a1
2 changed files with 1 additions and 1 deletions
@@ -85,7 +85,7 @@ for app_dir_fullpath in app_dirs:
image.set_src(load_icon(icon_path))
except Exception as e:
print(f"Error loading icon {icon_path}: {e} - loading default icon")
icon_path = "/builtin/resources/default_icon_64x64.bin"
icon_path = "/builtin/res/mipmap-mdpi/default_icon_64x64.bin"
try:
image.set_src(load_icon(icon_path))
except Exception as e: