diff --git a/src/main.py b/src/main.py index 506230c7..61005eb4 100644 --- a/src/main.py +++ b/src/main.py @@ -19,6 +19,9 @@ management.boot() wallet.boot() ethereum.boot() +# HACK: keep storage loaded at all times +from apps.common import storage + # Change backlight to white for better visibility ui.display.backlight(ui.BACKLIGHT_NORMAL)