mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
Cleanup
This commit is contained in:
parent
01df61b114
commit
62c607ce33
@ -1239,9 +1239,8 @@ class SidebandApp(MDApp):
|
|||||||
con_collapse_local(collapse=not self.root.ids.connectivity_use_local.active)
|
con_collapse_local(collapse=not self.root.ids.connectivity_use_local.active)
|
||||||
self.sideband.save_configuration()
|
self.sideband.save_configuration()
|
||||||
|
|
||||||
# TODO: Reset
|
if RNS.vendor.platformutils.get_platform() == "android":
|
||||||
if True or RNS.vendor.platformutils.get_platform() == "android":
|
if not self.sideband.getpersistent("service.is_controlling_connectivity"):
|
||||||
if False and not self.sideband.getpersistent("service.is_controlling_connectivity"):
|
|
||||||
info = "Sideband is connected via a shared Reticulum instance running on this system.\n\n"
|
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."
|
info += "To configure hardware parameters, edit the relevant configuration file for the instance."
|
||||||
self.root.ids.hardware_info.text = info
|
self.root.ids.hardware_info.text = info
|
||||||
|
Loading…
Reference in New Issue
Block a user