Skip to content

Commit 8f612f5

Browse files
committed
add container menu option
1 parent 3f84dfe commit 8f612f5

File tree

1 file changed

+7
-0
lines changed
  • app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules

1 file changed

+7
-0
lines changed

app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/bottom_app_bar.dart

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,13 @@ class BrowserBottomAppBar extends HookConsumerWidget {
431431
leadingIcon: const Icon(MdiIcons.exclamationThick),
432432
child: const Text('Bangs'),
433433
),
434+
MenuItemButton(
435+
onPressed: () async {
436+
await ContainerListRoute().push(context);
437+
},
438+
leadingIcon: const Icon(MdiIcons.folder),
439+
child: const Text('Containers'),
440+
),
434441
MenuItemButton(
435442
onPressed: () async {
436443
await context.push(FeedListRoute().location);

0 commit comments

Comments
 (0)