diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/settings/AllSettingsScreen.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/settings/AllSettingsScreen.kt index 2e831404f..6f389d5d6 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/settings/AllSettingsScreen.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/settings/AllSettingsScreen.kt @@ -180,6 +180,13 @@ fun AllSettingsScreen( onClick = { nav.nav(Route.UpdateZapAmount()) }, ) HorizontalDivider() + SettingsNavigationRow( + title = R.string.payment_targets, + icon = MaterialSymbols.Payment, + tint = tint, + onClick = { nav.nav(Route.EditPaymentTargets) }, + ) + HorizontalDivider() SettingsNavigationRow( title = R.string.security_filters, icon = MaterialSymbols.Security,