diff --git a/core/src/main.py b/core/src/main.py index bc6efc95e4..de5f0eaf5e 100644 --- a/core/src/main.py +++ b/core/src/main.py @@ -21,6 +21,8 @@ def _boot_recovery() -> None: # boot applications apps.homescreen.boot(features_only=True) + if __debug__: + apps.debug.boot() from apps.management.recovery_device.homescreen import recovery_homescreen