We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70ae80 commit c173451Copy full SHA for c173451
app/lib/features/tor/domain/services/tor_proxy.dart
@@ -169,7 +169,8 @@ class TorProxyService extends _$TorProxyService {
169
config = await moat.getDefaultBridges();
170
}
171
172
- if (config == null && torSettings.requireBridge) {
+ if (config == null &&
173
+ (torSettings.requireBridge || !torSettings.fetchRemoteBridges)) {
174
config = MoatService.convertBuiltinToSettings(
175
// ignore: only_use_keep_alive_inside_keep_alive
176
await ref
0 commit comments