array of restricted channels for messages

This commit is contained in:
Garth Vander Houwen 2024-02-17 14:46:09 -08:00
parent 3409de0da4
commit bfd71ca263
7 changed files with 97 additions and 67 deletions

View file

@ -91,7 +91,7 @@ struct StoreForwardConfig: View {
}
if isRouter {
Section(header: Text("options")) {
Section(header: Text("Router Options")) {
Toggle(isOn: $heartbeat) {
Label("storeforward.heartbeat", systemImage: "waveform.path.ecg")
}