Dan Ballard pushed to branch tor-browser-153.2.0esr-16.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
58f91ae3
by clairehurst at 2026-09-08T11:37:35-07:00
1 changed file:
Changes:
| ... | ... | @@ -51,24 +51,12 @@ internal val allShortcutOptions: List<ShortcutOption> = listOf( |
| 51 | 51 | R.string.toolbar_customize_shortcut_new_tab,
|
| 52 | 52 | setOf(ShortcutAvailability.SIMPLE),
|
| 53 | 53 | ),
|
| 54 | - ShortcutOption(
|
|
| 55 | - ShortcutType.SHARE,
|
|
| 56 | - iconsR.drawable.mozac_ic_share_android_24,
|
|
| 57 | - R.string.toolbar_customize_shortcut_share,
|
|
| 58 | - setOf(ShortcutAvailability.SIMPLE),
|
|
| 59 | - ),
|
|
| 60 | 54 | ShortcutOption(
|
| 61 | 55 | ShortcutType.BOOKMARK,
|
| 62 | 56 | iconsR.drawable.mozac_ic_bookmark_24,
|
| 63 | 57 | R.string.toolbar_customize_shortcut_add_bookmark,
|
| 64 | 58 | setOf(ShortcutAvailability.SIMPLE, ShortcutAvailability.EXPANDED),
|
| 65 | 59 | ),
|
| 66 | - ShortcutOption(
|
|
| 67 | - ShortcutType.TRANSLATE,
|
|
| 68 | - iconsR.drawable.mozac_ic_translate_24,
|
|
| 69 | - R.string.toolbar_customize_shortcut_translate,
|
|
| 70 | - setOf(ShortcutAvailability.SIMPLE, ShortcutAvailability.EXPANDED),
|
|
| 71 | - ),
|
|
| 72 | 60 | ShortcutOption(
|
| 73 | 61 | ShortcutType.HOMEPAGE,
|
| 74 | 62 | iconsR.drawable.mozac_ic_home_24,
|