mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
add note to one time tor popup
This commit is contained in:
parent
e125d01a3e
commit
a6f8d4d779
1 changed files with 10 additions and 0 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),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue