From 62c607ce33888e3619c0a0f17c1452686be69a4c Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 15 Oct 2022 17:32:39 +0200 Subject: [PATCH] Cleanup --- sbapp/main.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sbapp/main.py b/sbapp/main.py index d8a6098..ccb4d7e 100644 --- a/sbapp/main.py +++ b/sbapp/main.py @@ -1239,9 +1239,8 @@ class SidebandApp(MDApp): con_collapse_local(collapse=not self.root.ids.connectivity_use_local.active) self.sideband.save_configuration() - # TODO: Reset - if True or RNS.vendor.platformutils.get_platform() == "android": - if False and not self.sideband.getpersistent("service.is_controlling_connectivity"): + if RNS.vendor.platformutils.get_platform() == "android": + if not self.sideband.getpersistent("service.is_controlling_connectivity"): info = "Sideband is connected via a shared Reticulum instance running on this system.\n\n" info += "To configure hardware parameters, edit the relevant configuration file for the instance." self.root.ids.hardware_info.text = info