mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Changed capitalization from 'environment' to 'Environment' for section header. (#1591)
This commit is contained in:
parent
1dcecc4519
commit
b9b5fc9c8b
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ struct AppSettings: View {
|
|||
}
|
||||
#endif
|
||||
}
|
||||
Section(header: Text("environment")) {
|
||||
Section(header: Text("Environment")) {
|
||||
VStack(alignment: .leading) {
|
||||
Toggle(isOn: $environmentEnableWeatherKit) {
|
||||
Label("Weather Conditions", systemImage: "cloud.sun")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue