mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Release Cleanup
Add back block range test functionaitly, hook it up to the device range test settings. Delete messages when deleting a channel Make pax counter clear work properly
This commit is contained in:
parent
505e1128ed
commit
d3d16e206e
11 changed files with 51 additions and 12 deletions
|
|
@ -31,7 +31,7 @@ struct StoreForwardConfig: View {
|
|||
var body: some View {
|
||||
VStack {
|
||||
Form {
|
||||
ConfigHeader(title: "Store and forward", config: \.storeForwardConfig, node: node, onAppear: setStoreAndForwardValues)
|
||||
ConfigHeader(title: "storeforward", config: \.storeForwardConfig, node: node, onAppear: setStoreAndForwardValues)
|
||||
|
||||
Section(header: Text("options")) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue