From 83fac42e3da5a27610b415e0b58e91f0fd78fafd Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Tue, 27 Sep 2022 22:20:04 -0700 Subject: [PATCH] remove disabled from settings --- Meshtastic/Views/Settings/Settings.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Meshtastic/Views/Settings/Settings.swift b/Meshtastic/Views/Settings/Settings.swift index f33bec77..ad33e119 100644 --- a/Meshtastic/Views/Settings/Settings.swift +++ b/Meshtastic/Views/Settings/Settings.swift @@ -210,7 +210,6 @@ struct Settings: View { // Store Forward Config - Not Working, TBEAM Only } - .disabled(!(bleManager.connectedPeripheral?.subscribed ?? true)) .onAppear { self.bleManager.context = context