set next_item, otherwise it won't work
This commit is contained in:
parent
9cfa158f61
commit
9fe2bc4533
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ class Route:
|
||||||
item.descriptions.append((icon, item.waytype.description))
|
item.descriptions.append((icon, item.waytype.description))
|
||||||
elif item.new_space:
|
elif item.new_space:
|
||||||
pass # todo: custom space transition descriptions
|
pass # todo: custom space transition descriptions
|
||||||
|
next_item = item
|
||||||
|
|
||||||
items[-1].descriptions.append(('done', _('You have reached your destination.')))
|
items[-1].descriptions.append(('done', _('You have reached your destination.')))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue