chore: Archive button in main menu

This commit is contained in:
Christian Pauly 2021-04-09 17:43:12 +02:00
commit efac8c9257
3 changed files with 17 additions and 7 deletions

View file

@ -117,8 +117,8 @@ class FluffyRoutes {
mainView: (_) => ChatList(), emptyView: (_) => EmptyPage());
case 'archive':
return ViewData(
leftView: (_) => Settings(),
mainView: (_) => Archive(),
emptyView: (_) => EmptyPage(),
);
case 'logs':
return ViewData(