Skip to content

Commit 053851f

Browse files
Fix confetti icon
1 parent 6c27c52 commit 053851f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal_filesystem/apps/com.micropythonos.confetti/assets/confetti_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class ConfettiApp(Activity):
1010

1111
ASSET_PATH = "M:apps/com.micropythonos.confetti/res/drawable-mdpi/"
12-
ICON_PATH = "M:apps/com.lightningpiggy.displaywallet/res/mipmap-mdpi/"
12+
ICON_PATH = "M:apps/com.micropythonos.confetti/res/mipmap-mdpi/"
1313
confetti_duration = 60 * 1000
1414

1515
confetti = None

0 commit comments

Comments
 (0)