mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-31 14:45:52 +00:00
Merge pull request #671 from cypherstack/ui-fixes
add note to one time tor popup
This commit is contained in:
commit
8a0e35b071
3 changed files with 13 additions and 3 deletions
|
@ -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),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue