morgan pushed to branch tor-browser-140.2.0esr-15.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
c29f471d
by Henry Wilkes at 2025-08-21T09:24:12+01:00
1 changed file:
Changes:
... | ... | @@ -2173,6 +2173,7 @@ const gBridgeSettings = { |
2173 | 2173 | Services.prompt.BUTTON_POS_0 *
|
2174 | 2174 | Services.prompt.BUTTON_TITLE_IS_STRING +
|
2175 | 2175 | Services.prompt.BUTTON_POS_0_DEFAULT +
|
2176 | + Services.prompt.BUTTON_DEFAULT_IS_DESTRUCTIVE +
|
|
2176 | 2177 | Services.prompt.BUTTON_POS_1 * Services.prompt.BUTTON_TITLE_CANCEL;
|
2177 | 2178 | |
2178 | 2179 | const [titleString, bodyString, removeString] =
|