diff --git a/lib/widgets/onetime_popups/tor_has_been_add_dialog.dart b/lib/widgets/onetime_popups/tor_has_been_add_dialog.dart index 8f316c012..2e265024f 100644 --- a/lib/widgets/onetime_popups/tor_has_been_add_dialog.dart +++ b/lib/widgets/onetime_popups/tor_has_been_add_dialog.dart @@ -145,6 +145,16 @@ class _TorHasBeenAddedDialogState extends State<_TorHasBeenAddedDialog> { ? STextStyles.desktopTextMedium(context) : STextStyles.smallMed14(context), ), + SizedBox( + height: Util.isDesktop ? 24 : 16, + ), + Text( + "Note: Tor does NOT yet work for Monero or Epic Cash wallets. " + "Opening one of these will leak your IP address.", + style: Util.isDesktop + ? STextStyles.desktopTextMedium(context) + : STextStyles.smallMed14(context), + ), ], ), ), diff --git a/pubspec.lock b/pubspec.lock index 9ad717464..f81c999e9 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1648,8 +1648,8 @@ packages: dependency: "direct main" description: path: "." - ref: "7123505a9e5f702dba1c0c9aa12b289b5dfbb3bf" - resolved-ref: "7123505a9e5f702dba1c0c9aa12b289b5dfbb3bf" + ref: c8b97bc118c7bbfe1027d0442cfadea44dc285aa + resolved-ref: c8b97bc118c7bbfe1027d0442cfadea44dc285aa url: "https://github.com/cypherstack/tor.git" source: git version: "0.0.1" diff --git a/pubspec.yaml b/pubspec.yaml index 1c928d49c..2dfa06c2f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -60,7 +60,7 @@ dependencies: tor_ffi_plugin: git: url: https://github.com/cypherstack/tor.git - ref: 7123505a9e5f702dba1c0c9aa12b289b5dfbb3bf + ref: c8b97bc118c7bbfe1027d0442cfadea44dc285aa # Utility plugins http: ^0.13.0