Pier Angelo Vendrame pushed to branch tor-browser-102.12.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
6ed4a3c6
by Pier Angelo Vendrame at 2023-06-07T17:02:21+02:00
1 changed file:
Changes:
... | ... | @@ -450,7 +450,7 @@ class AboutTorConnect { |
450 | 450 | if (state?.StateChanged) {
|
451 | 451 | this.elements.connectButton.focus();
|
452 | 452 | }
|
453 | - if (state.HasEverFailed) {
|
|
453 | + if (state?.HasEverFailed) {
|
|
454 | 454 | this.setBreadcrumbsStatus(
|
455 | 455 | BreadcrumbStatus.Active,
|
456 | 456 | BreadcrumbStatus.Default,
|