Skip to content
Snippets Groups Projects
Commit 6e9b4ef5 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Bug 40597: Implement TorSettings module

Bug 42511: Fixed a typo

TorConnectState.DisabledState -> TorConnectState.Disabled
parent 7cd25fc8
Branches
Tags
1 merge request!980Bug 42512: Rebased alpha onto Firefox 115.10.0esr
......@@ -722,7 +722,7 @@ class DisabledState extends StateCallback {
allowedTransitions = Object.freeze([]);
constructor() {
super(TorConnectState.DisabledState);
super(TorConnectState.Disabled);
}
async run() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment