mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-21 14:09:06 -04:00
Added audio device config ui
This commit is contained in:
parent
3d7e894a9d
commit
4d9bba3e4c
7 changed files with 250 additions and 21 deletions
|
@ -1457,6 +1457,8 @@ class SidebandApp(MDApp):
|
|||
self.close_sub_utilities_action()
|
||||
elif self.root.ids.screen_manager.current == "logviewer_screen":
|
||||
self.close_sub_utilities_action()
|
||||
elif self.root.ids.screen_manager.current == "voice_settings_screen":
|
||||
self.close_sub_voice_action()
|
||||
else:
|
||||
self.open_conversations(direction="right")
|
||||
|
||||
|
@ -1534,6 +1536,7 @@ class SidebandApp(MDApp):
|
|||
|
||||
def announce_now_action(self, sender=None):
|
||||
self.sideband.lxmf_announce()
|
||||
if self.sideband.telephone: self.sideband.telephone.announce()
|
||||
|
||||
yes_button = MDRectangleFlatButton(text="OK",font_size=dp(18))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue