mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-30 18:18:40 -04:00
Added better I2P status to connectivity status dialog. Restructured Connectivity page to work around KivyMD rendering bug.
This commit is contained in:
parent
2765185830
commit
a1091aa30f
4 changed files with 79 additions and 51 deletions
|
@ -201,7 +201,7 @@ class SidebandCore():
|
|||
self.config["connect_tcp_ifac_netname"] = ""
|
||||
self.config["connect_tcp_ifac_passphrase"] = ""
|
||||
self.config["connect_i2p"] = False
|
||||
self.config["connect_i2p_b32"] = "mrwqlsioq4hoo2lmeeud7dkfscnm7yxak7dmiyvsrnpfag3z5tsq.b32.i2p"
|
||||
self.config["connect_i2p_b32"] = "pmlm3l5rpympihoy2o5ago43kluei2jjjzsalcuiuylbve3mwi2a.b32.i2p"
|
||||
self.config["connect_i2p_ifac_netname"] = ""
|
||||
self.config["connect_i2p_ifac_passphrase"] = ""
|
||||
self.config["connect_rnode"] = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue