Skip to content

Commit 92d6b06

Browse files
Move default icon
1 parent 909f35a commit 92d6b06

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

internal_filesystem/builtin/apps/com.example.launcher/assets/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def load_icon(icon_path):
8585
image.set_src(load_icon(icon_path))
8686
except Exception as e:
8787
print(f"Error loading icon {icon_path}: {e} - loading default icon")
88-
icon_path = "/builtin/resources/default_icon_64x64.bin"
88+
icon_path = "/builtin/res/mipmap-mdpi/default_icon_64x64.bin"
8989
try:
9090
image.set_src(load_icon(icon_path))
9191
except Exception as e:
Binary file not shown.

0 commit comments

Comments
 (0)