ability to set unread as home

This commit is contained in:
barisusakli
2016-07-15 12:39:54 +03:00
parent 910e94a690
commit 390ad35b56
3 changed files with 10 additions and 1 deletions

View File

@@ -166,6 +166,10 @@ function getHomePageRoutes(callback) {
route: 'categories',
name: 'Categories'
},
{
route: 'unread',
name: 'Unread'
},
{
route: 'recent',
name: 'Recent'