We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f84dfe commit 8f612f5Copy full SHA for 8f612f5
app/lib/features/geckoview/features/browser/presentation/widgets/browser_modules/bottom_app_bar.dart
@@ -431,6 +431,13 @@ class BrowserBottomAppBar extends HookConsumerWidget {
431
leadingIcon: const Icon(MdiIcons.exclamationThick),
432
child: const Text('Bangs'),
433
),
434
+ MenuItemButton(
435
+ onPressed: () async {
436
+ await ContainerListRoute().push(context);
437
+ },
438
+ leadingIcon: const Icon(MdiIcons.folder),
439
+ child: const Text('Containers'),
440
+ ),
441
MenuItemButton(
442
onPressed: () async {
443
await context.push(FeedListRoute().location);
0 commit comments