chore: Archive button in main menu
This commit is contained in:
parent
085c4e0394
commit
efac8c9257
3 changed files with 17 additions and 7 deletions
|
|
@ -117,8 +117,8 @@ class FluffyRoutes {
|
|||
mainView: (_) => ChatList(), emptyView: (_) => EmptyPage());
|
||||
case 'archive':
|
||||
return ViewData(
|
||||
leftView: (_) => Settings(),
|
||||
mainView: (_) => Archive(),
|
||||
emptyView: (_) => EmptyPage(),
|
||||
);
|
||||
case 'logs':
|
||||
return ViewData(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue