You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fix confetti icon
This commit is contained in:
@@ -9,7 +9,7 @@ from confetti import Confetti
|
||||
class ConfettiApp(Activity):
|
||||
|
||||
ASSET_PATH = "M:apps/com.micropythonos.confetti/res/drawable-mdpi/"
|
||||
ICON_PATH = "M:apps/com.lightningpiggy.displaywallet/res/mipmap-mdpi/"
|
||||
ICON_PATH = "M:apps/com.micropythonos.confetti/res/mipmap-mdpi/"
|
||||
confetti_duration = 60 * 1000
|
||||
|
||||
confetti = None
|
||||
|
||||
Reference in New Issue
Block a user