mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-21 14:09:06 -04:00
Compatibility with stamps
This commit is contained in:
parent
aa77083f74
commit
bdf968084e
4 changed files with 21 additions and 7 deletions
|
@ -239,8 +239,10 @@ class Messages():
|
|||
self.ids.message_text.font_name = self.app.input_font
|
||||
|
||||
if self.ptt_enabled:
|
||||
RNS.log("PTT display") # TODO: Remove and fix this
|
||||
self.hide_widget(self.ids.message_ptt, False)
|
||||
else:
|
||||
RNS.log("PTT hide") # TODO: Remove and fix this
|
||||
self.hide_widget(self.ids.message_ptt, True)
|
||||
|
||||
if self.loading_earlier_messages:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue