initial
This commit is contained in:
@@ -93,7 +93,9 @@ Future<WebPageInfo> pageInfo(
|
||||
(tabState.isPrivate == false &&
|
||||
torSettings.proxyRegularTabsMode == TorRegularTabProxyMode.all) ||
|
||||
(tabState.isPrivate == true && torSettings.proxyPrivateTabsTor)) {
|
||||
proxyPort = await ref.read(torProxyServiceProvider.future);
|
||||
proxyPort = await ref.read(
|
||||
torProxyServiceProvider.selectAsync((value) => value.socksPort),
|
||||
);
|
||||
|
||||
if (proxyPort == null) {
|
||||
throw Exception('Could not proxy request');
|
||||
|
||||
@@ -162,7 +162,7 @@ final class PageInfoProvider
|
||||
}
|
||||
}
|
||||
|
||||
String _$pageInfoHash() => r'89b1cd86bb7ed7cfe507650cca33d6b6b72ca770';
|
||||
String _$pageInfoHash() => r'19116a520df214240254f95989818c1ac3bde6f6';
|
||||
|
||||
final class PageInfoFamily extends $Family
|
||||
with
|
||||
|
||||
Reference in New Issue
Block a user