Merge pull request #671 from cypherstack/ui-fixes

add note to one time tor popup
This commit is contained in:
julian-CStack 2023-09-21 13:02:00 -06:00 committed by GitHub
commit 8a0e35b071
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 3 deletions

View file

@ -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),
),
],
),
),

View file

@ -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"

View file

@ -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