move name verification to more privacy

This commit is contained in:
Evgeny @ SimpleX Chat
2026-07-01 05:43:26 +00:00
parent 8dc84d1838
commit 7ddd02df1b
@@ -82,9 +82,6 @@ struct PrivacySettings: View {
settingsRow("link", color: theme.colors.secondary) {
Toggle("Remove link tracking", isOn: $privacySanitizeLinks)
}
settingsRow("checkmark.shield", color: theme.colors.secondary) {
Toggle("Verify SimpleX names", isOn: $verifySimplexNames)
}
} header: {
Text("Chats")
.foregroundColor(theme.colors.secondary)
@@ -197,6 +194,9 @@ struct PrivacySettings: View {
m.draftChatId = nil
}
}
settingsRow("checkmark.shield", color: theme.colors.secondary) {
Toggle("Verify SimpleX names", isOn: $verifySimplexNames)
}
} header: {
Text("Chats")
.foregroundColor(theme.colors.secondary)