mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-23 15:00:39 -04:00
Added I2P connectivity. Added android/desktop awareness for connectivity settings.
This commit is contained in:
parent
163df580c0
commit
40cd0b54ab
3 changed files with 81 additions and 32 deletions
|
@ -175,6 +175,7 @@ MDNavigationLayout:
|
|||
height: dp(48)
|
||||
|
||||
MDLabel:
|
||||
id: connectivity_local_label
|
||||
text: "Connect via local WiFi/Ethernet"
|
||||
font_style: "H6"
|
||||
|
||||
|
@ -214,6 +215,7 @@ MDNavigationLayout:
|
|||
height: dp(48)
|
||||
|
||||
MDLabel:
|
||||
id: connectivity_tcp_label
|
||||
text: "Connect via TCP"
|
||||
font_style: "H6"
|
||||
|
||||
|
@ -255,6 +257,7 @@ MDNavigationLayout:
|
|||
height: dp(48)
|
||||
|
||||
MDLabel:
|
||||
id: connectivity_i2p_label
|
||||
text: "Connect via I2P"
|
||||
font_style: "H6"
|
||||
|
||||
|
@ -290,6 +293,7 @@ MDNavigationLayout:
|
|||
height: dp(48)
|
||||
|
||||
MDLabel:
|
||||
id: connectivity_rnode_label
|
||||
text: "Connect via RNode"
|
||||
font_style: "H6"
|
||||
disabled: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue