1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-12 18:49:07 +00:00

fixed img url, added img to local res folder

This commit is contained in:
chren 2016-06-09 17:56:29 +02:00 committed by Pavol Rusnak
parent 2482d3935d
commit e8601232e8
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ def layout_reset_device(m):
def animate_arrow():
def func(foreground):
ui.display.icon(105, 200, res.load('apps/seed/res/small-arrow.toig'), foreground, ui.BLACK)
ui.display.icon(105, 200, res.load('apps/management/res/small-arrow.toig'), foreground, ui.BLACK)
yield from ui.animate_pulse(func, ui.WHITE, ui.BLACK, speed=190000)
yield loop.Wait([paginate(),

Binary file not shown.