Removes unused tor setting

This commit is contained in:
Vitor Pamplona 2024-09-26 10:38:36 -04:00
parent afe8a06486
commit fd2637ff42

View File

@ -213,11 +213,14 @@ fun TorDialogContents(
dialogViewModel.moneyOperationsViaTor,
)
SwitchSettingsRow(
R.string.tor_use_profile_pictures,
R.string.tor_use_profile_pictures_explainer,
dialogViewModel.profilePicsViaTor,
)
/**
* Too hard to separate Coil into regular images and profile pics
SwitchSettingsRow(
R.string.tor_use_profile_pictures,
R.string.tor_use_profile_pictures_explainer,
dialogViewModel.profilePicsViaTor,
)
*/
SwitchSettingsRow(
R.string.tor_use_nip05_verification,