add (via clearnet) to connection status

This commit is contained in:
woodser 2023-12-13 12:33:43 -05:00
parent acfb4ae4c5
commit 94eae8f945
16 changed files with 17 additions and 2 deletions

View file

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