mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 06:29:14 -04:00
Fix PTT button hiding
This commit is contained in:
parent
bdf968084e
commit
ff58028ca7
3 changed files with 7 additions and 8 deletions
|
@ -2138,6 +2138,7 @@ class SidebandApp(MDApp):
|
|||
keys_str = "The crytographic keys for the destination address are unknown at this time. You can wait for an announce to arrive, or query the network for the necessary keys."
|
||||
self.messages_view.ids.nokeys_text.text = keys_str
|
||||
self.widget_hide(self.messages_view.ids.message_input_part, True)
|
||||
self.widget_hide(self.messages_view.ids.message_ptt, True)
|
||||
self.widget_hide(self.messages_view.ids.no_keys_part, False)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue