Complete pax counter log

This commit is contained in:
Garth Vander Houwen 2024-02-25 21:40:25 -08:00
parent 003b6dbf18
commit 505e1128ed
8 changed files with 286 additions and 15 deletions

View file

@ -24,7 +24,7 @@ struct PaxCounterConfig: View {
Section {
Toggle(isOn: $enabled) {
Label("enabled", systemImage: "figure.walk.departure")
Label("enabled", systemImage: "figure.walk.motion")
Text("config.module.paxcounter.enabled.description")
}
.toggleStyle(SwitchToggleStyle(tint: .accentColor))