mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-02 04:51:49 +00:00
change icon on verify names setting
This commit is contained in:
@@ -194,7 +194,7 @@ struct PrivacySettings: View {
|
||||
m.draftChatId = nil
|
||||
}
|
||||
}
|
||||
settingsRow("checkmark.shield", color: theme.colors.secondary) {
|
||||
settingsRow("number", color: theme.colors.secondary) {
|
||||
Toggle("Verify SimpleX names", isOn: $verifySimplexNames)
|
||||
}
|
||||
} header: {
|
||||
|
||||
+1
-1
@@ -135,7 +135,7 @@ fun MorePrivacyView(chatModel: ChatModel) {
|
||||
}
|
||||
})
|
||||
SettingsPreferenceItem(
|
||||
painterResource(MR.images.ic_verified_user),
|
||||
painterResource(MR.images.ic_tag),
|
||||
stringResource(MR.strings.verify_simplex_names),
|
||||
chatModel.controller.appPrefs.privacyVerifySimplexNames
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user