mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-22 13:30:36 +01:00
Adjusted settings screen
This commit is contained in:
parent
08ea89be1d
commit
6cd22aa4ef
@ -5682,7 +5682,7 @@ Thank you very much for using Free Communications Systems.
|
|||||||
self.root.ids.screen_manager.transition = self.slide_transition
|
self.root.ids.screen_manager.transition = self.slide_transition
|
||||||
self.root.ids.screen_manager.transition.direction = direction
|
self.root.ids.screen_manager.transition.direction = direction
|
||||||
|
|
||||||
info = "The [b]Local Broadcasts[/b] feature will allow you to send and listen for local broadcast transmissions on connected radio, LoRa and WiFi interfaces.\n\n[b]Local Broadcasts[/b] makes it easy to establish public information exchange with anyone in direct radio range, or even with large areas far away using the [i]Remote Broadcast Repeater[/i] feature.\n\nThese features are not yet implemented in Sideband.\n\nWant it faster? Go to [u][ref=link]https://unsigned.io/donate[/ref][/u] to support the project."
|
info = "The [b]Local Broadcasts[/b] feature will allow you to send and listen for local broadcast transmissions on all connected interfaces.\n\n[b]Local Broadcasts[/b] makes it easy to establish public information exchange with anyone in direct radio range, or even with large areas far away using the [i]Remote Broadcast Repeater[/i] feature.\n\nThese features are not yet implemented in Sideband.\n\nWant it faster? Go to [u][ref=link]https://unsigned.io/donate[/ref][/u] to support the project."
|
||||||
if self.theme_cls.theme_style == "Dark":
|
if self.theme_cls.theme_style == "Dark":
|
||||||
info = "[color=#"+dark_theme_text_color+"]"+info+"[/color]"
|
info = "[color=#"+dark_theme_text_color+"]"+info+"[/color]"
|
||||||
self.broadcasts_screen.ids.broadcasts_info.text = info
|
self.broadcasts_screen.ids.broadcasts_info.text = info
|
||||||
|
@ -616,7 +616,7 @@ MDScreen:
|
|||||||
MDLabel:
|
MDLabel:
|
||||||
text: "Shared Instance Access\\n"
|
text: "Shared Instance Access\\n"
|
||||||
id: connectivity_shared_access_label
|
id: connectivity_shared_access_label
|
||||||
font_style: "H6"
|
font_style: "H5"
|
||||||
|
|
||||||
MDLabel:
|
MDLabel:
|
||||||
id: connectivity_shared_access
|
id: connectivity_shared_access
|
||||||
@ -1176,7 +1176,7 @@ MDScreen:
|
|||||||
padding: [0,dp(0),dp(0),dp(0)]
|
padding: [0,dp(0),dp(0),dp(0)]
|
||||||
text: "Plugin Settings"
|
text: "Plugin Settings"
|
||||||
id: plugins_active_heading
|
id: plugins_active_heading
|
||||||
font_style: "H6"
|
font_style: "H5"
|
||||||
size_hint_y: None
|
size_hint_y: None
|
||||||
height: self.texture_size[1]
|
height: self.texture_size[1]
|
||||||
|
|
||||||
@ -1286,7 +1286,7 @@ MDScreen:
|
|||||||
|
|
||||||
MDLabel:
|
MDLabel:
|
||||||
text: "User Options"
|
text: "User Options"
|
||||||
font_style: "H6"
|
font_style: "H5"
|
||||||
size_hint_y: None
|
size_hint_y: None
|
||||||
height: self.texture_size[1]
|
height: self.texture_size[1]
|
||||||
|
|
||||||
@ -1326,8 +1326,17 @@ MDScreen:
|
|||||||
height: dp(64)
|
height: dp(64)
|
||||||
|
|
||||||
MDLabel:
|
MDLabel:
|
||||||
text: "Address & Identity"
|
text: "•"
|
||||||
font_style: "H6"
|
font_style: "H6"
|
||||||
|
text_size: self.size
|
||||||
|
halign: "center"
|
||||||
|
size_hint_y: None
|
||||||
|
height: self.texture_size[1]
|
||||||
|
padding: [0, dp(2), 0, dp(22)]
|
||||||
|
|
||||||
|
MDLabel:
|
||||||
|
text: "Address & Identity"
|
||||||
|
font_style: "H5"
|
||||||
size_hint_y: None
|
size_hint_y: None
|
||||||
height: self.texture_size[1]
|
height: self.texture_size[1]
|
||||||
|
|
||||||
@ -1361,8 +1370,17 @@ MDScreen:
|
|||||||
height: dp(64)
|
height: dp(64)
|
||||||
|
|
||||||
MDLabel:
|
MDLabel:
|
||||||
text: "Appearance"
|
text: "•"
|
||||||
font_style: "H6"
|
font_style: "H6"
|
||||||
|
text_size: self.size
|
||||||
|
halign: "center"
|
||||||
|
size_hint_y: None
|
||||||
|
height: self.texture_size[1]
|
||||||
|
padding: [0, dp(2), 0, dp(22)]
|
||||||
|
|
||||||
|
MDLabel:
|
||||||
|
text: "Appearance"
|
||||||
|
font_style: "H5"
|
||||||
size_hint_y: None
|
size_hint_y: None
|
||||||
height: self.texture_size[1]
|
height: self.texture_size[1]
|
||||||
|
|
||||||
@ -1464,8 +1482,17 @@ MDScreen:
|
|||||||
active: False
|
active: False
|
||||||
|
|
||||||
MDLabel:
|
MDLabel:
|
||||||
text: "\\nBehaviour"
|
text: "•"
|
||||||
font_style: "H6"
|
font_style: "H6"
|
||||||
|
text_size: self.size
|
||||||
|
halign: "center"
|
||||||
|
size_hint_y: None
|
||||||
|
height: self.texture_size[1]
|
||||||
|
padding: [0, dp(22), 0, dp(2)]
|
||||||
|
|
||||||
|
MDLabel:
|
||||||
|
text: "\\nBehaviour"
|
||||||
|
font_style: "H5"
|
||||||
size_hint_y: None
|
size_hint_y: None
|
||||||
height: self.texture_size[1]
|
height: self.texture_size[1]
|
||||||
|
|
||||||
@ -1498,7 +1525,7 @@ MDScreen:
|
|||||||
height: dp(48)
|
height: dp(48)
|
||||||
|
|
||||||
MDLabel:
|
MDLabel:
|
||||||
text: "Try Propagation Node on direct delivery failure"
|
text: "Try propagation on direct delivery failure"
|
||||||
font_style: "H6"
|
font_style: "H6"
|
||||||
|
|
||||||
MDSwitch:
|
MDSwitch:
|
||||||
@ -1684,8 +1711,17 @@ MDScreen:
|
|||||||
active: False
|
active: False
|
||||||
|
|
||||||
MDLabel:
|
MDLabel:
|
||||||
text: "Input Options & Localisation"
|
text: "•"
|
||||||
font_style: "H6"
|
font_style: "H6"
|
||||||
|
text_size: self.size
|
||||||
|
halign: "center"
|
||||||
|
size_hint_y: None
|
||||||
|
height: self.texture_size[1]
|
||||||
|
padding: [0, dp(0), 0, dp(30)]
|
||||||
|
|
||||||
|
MDLabel:
|
||||||
|
text: "Input Options & Localisation"
|
||||||
|
font_style: "H5"
|
||||||
size_hint_y: None
|
size_hint_y: None
|
||||||
height: self.texture_size[1]
|
height: self.texture_size[1]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user