Skip to content

Commit

Permalink
For mozilla-mobile#17799: Add extensions submenu item.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarare committed Mar 17, 2021
1 parent 2fcc145 commit 5c6096d
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,13 +399,9 @@ class DefaultToolbarMenu(
onItemTapped.invoke(ToolbarMenu.Item.Downloads)
}

val extensionsItem = BrowserMenuImageText(
context.getString(R.string.browser_menu_extensions),
R.drawable.ic_addons_extensions,
primaryTextColor()
) {
onItemTapped.invoke(ToolbarMenu.Item.AddonsManager)
}
val extensionsItem = WebExtensionPlaceholderMenuItem(
id = WebExtensionPlaceholderMenuItem.MAIN_EXTENSIONS_MENU_ID
)

val syncedTabs = BrowserMenuImageText(
label = context.getString(R.string.synced_tabs),
Expand Down

0 comments on commit 5c6096d

Please sign in to comment.