mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Localize both pax counter and power config
This commit is contained in:
parent
9ee3df519c
commit
a42f9ed91a
5 changed files with 53 additions and 50 deletions
|
|
@ -20,7 +20,7 @@ struct PaxCounterConfig: View {
|
|||
|
||||
var body: some View {
|
||||
Form {
|
||||
ConfigHeader(title: "paxcounter", config: \.powerConfig, node: node, onAppear: setPaxValues)
|
||||
ConfigHeader(title: "config.module.paxcounter.title", config: \.powerConfig, node: node, onAppear: setPaxValues)
|
||||
|
||||
Section {
|
||||
Toggle(isOn: $enabled) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue