From 11699525b42535bc102278b17a4c5231b1da7ad7 Mon Sep 17 00:00:00 2001 From: olorin99 Date: Mon, 13 Apr 2026 21:27:20 +1000 Subject: [PATCH] Set home index on navigation bar. --- lib/src/screens/app_home.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/screens/app_home.dart b/lib/src/screens/app_home.dart index 350a4018..177cffe1 100644 --- a/lib/src/screens/app_home.dart +++ b/lib/src/screens/app_home.dart @@ -144,6 +144,7 @@ class _AppHomeState extends State { InboxRoute(key: _inboxKey), const SettingsRoute(), ], + homeIndex: 0, builder: (context, child) { final tabsRouter = AutoTabsRouter.of(context); final notCompact = !Breakpoints.isCompact(context);