Remove text with no text

This commit is contained in:
Garth Vander Houwen 2023-02-27 16:55:20 -08:00
parent 9ec67ed7d7
commit 3dc410f913
2 changed files with 1 additions and 4 deletions

View file

@ -64,9 +64,6 @@ struct AppSettings: View {
}
}
.pickerStyle(DefaultPickerStyle())
Text("map.usertrackingmode.description")
.font(.caption)
.listRowSeparator(.visible)
}
Section(header: Text("map options")) {

View file

@ -141,9 +141,9 @@
"map.centering"="Centering Mode";
"map.recentering"="Automatic Re-centering";
"map.usertrackingmode"="User tracking mode";
"map.usertrackingmode.none"="None";
"map.usertrackingmode.follow"="Follow";
"map.usertrackingmode.followwithheading"="Follow with heading";
"map.usertrackingmode.none"="None";
"mesh.log"="Mesh Log";
"mesh.log.bluetooth.config %@"="Bluetooth config received: %@";
"mesh.log.cannedmessage.config %@"="Canned Message module config received: %@";