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, dialogViewModel.moneyOperationsViaTor,
) )
/**
* Too hard to separate Coil into regular images and profile pics
SwitchSettingsRow( SwitchSettingsRow(
R.string.tor_use_profile_pictures, R.string.tor_use_profile_pictures,
R.string.tor_use_profile_pictures_explainer, R.string.tor_use_profile_pictures_explainer,
dialogViewModel.profilePicsViaTor, dialogViewModel.profilePicsViaTor,
) )
*/
SwitchSettingsRow( SwitchSettingsRow(
R.string.tor_use_nip05_verification, R.string.tor_use_nip05_verification,