Mark keys as reviewed if they were manually updated

This commit is contained in:
Garth Vander Houwen 2025-04-27 13:06:47 -07:00
parent d568627ce8
commit 939de515b0
2 changed files with 184 additions and 248 deletions

File diff suppressed because it is too large Load diff

View file

@ -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: