This commit is contained in:
Vitor Pamplona
2023-09-23 14:19:41 -04:00

View File

@@ -508,6 +508,7 @@ fun ListContent(
route = Route.BlockedUsers.route
)
accountViewModel.account.keyPair.privKey?.let {
IconRow(
title = stringResource(R.string.backup_keys),
icon = R.drawable.ic_key,
@@ -519,6 +520,7 @@ fun ListContent(
backupDialogOpen = true
}
)
}
val textTorProxy = if (checked) stringResource(R.string.disconnect_from_your_orbot_setup) else stringResource(R.string.connect_via_tor_short)
IconRow(