mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Mark keys as reviewed if they were manually updated
This commit is contained in:
parent
d568627ce8
commit
939de515b0
2 changed files with 184 additions and 248 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -118,7 +118,7 @@ enum SerialModeTypes: Int, CaseIterable, Identifiable {
|
|||
var description: String {
|
||||
switch self {
|
||||
case .default:
|
||||
return "serial.mode.default".localized
|
||||
return "Default".localized
|
||||
case .simple:
|
||||
return "serial.mode.simple".localized
|
||||
case .proto:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue