Add option to use high-quality voice for ptt

This commit is contained in:
Mark Qvist 2024-09-23 12:05:27 +02:00
parent 26899f8cd6
commit 210163de0a
3 changed files with 30 additions and 1 deletions

View file

@ -1678,6 +1678,22 @@ MDScreen:
disabled: False
active: False
MDBoxLayout:
orientation: "horizontal"
size_hint_y: None
padding: [0,0,dp(24),dp(0)]
height: dp(48)
MDLabel:
text: "Use high-quality voice for PTT"
font_style: "H6"
MDSwitch:
id: settings_hq_ptt
pos_hint: {"center_y": 0.3}
disabled: False
active: False
MDBoxLayout:
orientation: "horizontal"
size_hint_y: None