This commit is contained in:
Fabian Freund
2026-01-08 08:58:42 +01:00
parent 63712edbc7
commit 6f4654e0be
75 changed files with 654677 additions and 369 deletions
@@ -40,7 +40,7 @@ class ProxySettingsReplication extends _$ProxySettingsReplication {
(previous, next) async {
await ref
.read(torProxyRepositoryProvider.notifier)
.setProxyPort(next ?? -1);
.setProxyPort(next?.socksPort ?? -1);
},
onError: (error, stackTrace) {
logger.e(
@@ -42,7 +42,7 @@ final class ProxySettingsReplicationProvider
}
String _$proxySettingsReplicationHash() =>
r'9ded7af1d745e25c59e22edecea582e25230e5e7';
r'e4c5e35b9aab2aae60e3f09a99472f98a7beb69e';
abstract class _$ProxySettingsReplication extends $Notifier<void> {
void build();