henry pushed to branch tor-browser-153.0a1-16.0-2 at The Tor Project / Applications / Tor Browser
Commits:
-
c1b5bd1b
by Henry Wilkes at 2026-07-15T10:24:31+00:00
1 changed file:
Changes:
| ... | ... | @@ -318,6 +318,12 @@ const DEFAULT_ACTIONS = { |
| 318 | 318 | )
|
| 319 | 319 | );
|
| 320 | 320 | },
|
| 321 | + // Remove the translate action. Bugzilla bug 1989252 means that the actions
|
|
| 322 | + // still appears in the full list, despite isVisible being `false`. So we
|
|
| 323 | + // explicitly remove it from the list instead. tor-browser#43864.
|
|
| 324 | + disabled() {
|
|
| 325 | + return !this.isVisible();
|
|
| 326 | + },
|
|
| 321 | 327 | onPick: async (_queryContext, controller) => {
|
| 322 | 328 | await lazy.TranslationsParent.openAboutTranslationsPage({
|
| 323 | 329 | browserWindow: controller.browserWindow,
|