Enable last visit line on mobile
This commit is contained in:
parent
a0f50ddaa7
commit
2ce8845c89
|
@ -14,9 +14,12 @@
|
||||||
|
|
||||||
{{#if hasTopics}}
|
{{#if hasTopics}}
|
||||||
{{topic-list
|
{{topic-list
|
||||||
|
highlightLastVisited=true
|
||||||
showPosters=true
|
showPosters=true
|
||||||
currentUser=currentUser
|
currentUser=currentUser
|
||||||
hideCategory=model.hideCategory
|
hideCategory=model.hideCategory
|
||||||
|
order=order
|
||||||
|
ascending=ascending
|
||||||
topics=model.topics
|
topics=model.topics
|
||||||
expandGloballyPinned=expandGloballyPinned
|
expandGloballyPinned=expandGloballyPinned
|
||||||
expandAllPinned=expandAllPinned
|
expandAllPinned=expandAllPinned
|
||||||
|
|
Loading…
Reference in New Issue