mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 22:38:08 +00:00
main: temporary hack, keep apps.common.storage loaded
This commit is contained in:
parent
984f088519
commit
9914b0db2b
@ -19,6 +19,9 @@ management.boot()
|
|||||||
wallet.boot()
|
wallet.boot()
|
||||||
ethereum.boot()
|
ethereum.boot()
|
||||||
|
|
||||||
|
# HACK: keep storage loaded at all times
|
||||||
|
from apps.common import storage
|
||||||
|
|
||||||
# Change backlight to white for better visibility
|
# Change backlight to white for better visibility
|
||||||
ui.display.backlight(ui.BACKLIGHT_NORMAL)
|
ui.display.backlight(ui.BACKLIGHT_NORMAL)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user