ios: confirm password when deleting active hidden user (#2095)

This commit is contained in:
Evgeny Poberezkin
2023-03-29 14:01:24 +01:00
committed by GitHub
parent 08dd321311
commit ade7bba97b
5 changed files with 87 additions and 25 deletions
@@ -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 {