fixed img url, added img to local res folder

pull/25/head
chren 8 years ago committed by Pavol Rusnak
parent 2482d3935d
commit e8601232e8
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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(),

Loading…
Cancel
Save