mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
ios: confirm password when deleting active hidden user (#2095)
This commit is contained in:
committed by
GitHub
parent
08dd321311
commit
ade7bba97b
@@ -39,7 +39,7 @@ struct DeveloperView: View {
|
||||
Toggle("Show developer options", isOn: $developerTools)
|
||||
}
|
||||
} footer: {
|
||||
(developerTools ? Text("Show: ") : Text("Hide: ")) + Text("Database IDs and Transport isolation option.")
|
||||
(developerTools ? Text("Show:") : Text("Hide:")) + Text(" ") + Text("Database IDs and Transport isolation option.")
|
||||
}
|
||||
|
||||
Section {
|
||||
|
||||
Reference in New Issue
Block a user