mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-02 07:01:44 +00:00
move name verification to more privacy
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user