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:
Garth Vander Houwen 2024-02-27 11:26:26 -08:00
parent 505e1128ed
commit d3d16e206e
11 changed files with 51 additions and 12 deletions

View file

@ -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")) {