Remove option to set 192bit keys

This commit is contained in:
Garth Vander Houwen 2024-07-02 09:20:12 -07:00
parent e72a55e882
commit 19f3e7ddae
2 changed files with 1 additions and 5 deletions

View file

@ -181,9 +181,6 @@
},
"128 bit" : {
},
"192 bit" : {
},
"256 bit" : {
@ -22405,4 +22402,4 @@
}
},
"version" : "1.0"
}
}

View file

@ -57,7 +57,6 @@ struct ChannelForm: View {
Text("Default").tag(-1)
Text("1 byte").tag(1)
Text("128 bit").tag(16)
Text("192 bit").tag(24)
Text("256 bit").tag(32)
}
.pickerStyle(DefaultPickerStyle())