Braille support temporarily disabled until brltty starts working for me again and I'm able to test it more thoroughly.
This commit is contained in:
@@ -80,10 +80,12 @@ class OptionsMenu:
|
|||||||
'label': "Speech Rate Settings",
|
'label': "Speech Rate Settings",
|
||||||
'action': 'speech_rate'
|
'action': 'speech_rate'
|
||||||
},
|
},
|
||||||
{
|
# TEMPORARILY DISABLED: Braille support disabled until BrlTTY issues resolved
|
||||||
'label': "Braille Settings",
|
# To re-enable: Uncomment the following block
|
||||||
'action': 'braille_settings'
|
# {
|
||||||
},
|
# 'label': "Braille Settings",
|
||||||
|
# 'action': 'braille_settings'
|
||||||
|
# },
|
||||||
{
|
{
|
||||||
'label': absLabel,
|
'label': absLabel,
|
||||||
'action': 'audiobookshelf_setup'
|
'action': 'audiobookshelf_setup'
|
||||||
|
|||||||
Reference in New Issue
Block a user