mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-12 08:30:45 -04:00
add (via clearnet) to connection status
This commit is contained in:
parent
acfb4ae4c5
commit
94eae8f945
16 changed files with 17 additions and 2 deletions
|
@ -270,7 +270,7 @@ public class WalletAppSetup {
|
|||
else if (xmrWalletService.isProxyApplied())
|
||||
postFix = " " + Res.get("mainView.footer.usingTor");
|
||||
else
|
||||
postFix = "";
|
||||
postFix = " " + Res.get("mainView.footer.clearnet");
|
||||
return Res.get(config.baseCurrencyNetwork.name()) + postFix;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue