mirror of
https://github.com/markqvist/Sideband.git
synced 2025-05-13 11:52:19 -04:00
Disable voice call option on Android
This commit is contained in:
parent
999054ab34
commit
1c855aa24b
1 changed files with 1 additions and 0 deletions
|
@ -3383,6 +3383,7 @@ class SidebandApp(MDApp):
|
|||
|
||||
self.settings_screen.ids.settings_voice_enabled.active = self.sideband.config["voice_enabled"]
|
||||
self.settings_screen.ids.settings_voice_enabled.bind(active=save_voice_enabled)
|
||||
if RNS.vendor.platformutils.is_android(): self.settings_screen.ids.settings_voice_enabled.disabled = True
|
||||
|
||||
self.settings_screen.ids.settings_debug.active = self.sideband.config["debug"]
|
||||
self.settings_screen.ids.settings_debug.bind(active=save_debug)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue