Skip to content
Snippets Groups Projects
Verified Commit e162a17a authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 40597: Implement TorSettings module

Remove an outdated comment.
parent ec7b6520
No related branches found
No related tags found
1 merge request!968Draft: Bug 42479: Improve TorConnect error handling
......@@ -539,10 +539,6 @@ class AutoBootstrappingState extends StateCallback {
}
if (!this.#settings?.length && !this.transitioning) {
// Both localized and fallback have, we can just throw to transition to
// the error state (but only if we aren't already transitioning).
// TODO: Let the UI layer localize the strings.
if (!TorConnect._detectedLocation) {
// unable to determine country
throw new TorConnectError(TorConnectError.CannotDetermineCountry);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment