Add firmware version requirement to encryption help

This commit is contained in:
Garth Vander Houwen 2024-08-17 15:36:23 -07:00
parent b260b644e4
commit fe9e0d73b8

View file

@ -34,7 +34,7 @@ struct LockLegend: View {
Text("Public Key Encryption")
.fontWeight(.semibold)
}
Text("Direct messages are using the new public key infrastructure for encryption.")
Text("Direct messages are using the new public key infrastructure for encryption. Reguires firmware version 2.5 or greater.")
.allowsTightening(/*@START_MENU_TOKEN@*/true/*@END_MENU_TOKEN@*/)
.font(.callout)
.fixedSize(horizontal: false, vertical: true)