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:
Storm Dragon
2025-10-22 13:34:38 -04:00
parent 16c0d2932b
commit b41402b189

View File

@@ -80,10 +80,12 @@ class OptionsMenu:
'label': "Speech Rate Settings",
'action': 'speech_rate'
},
{
'label': "Braille Settings",
'action': 'braille_settings'
},
# TEMPORARILY DISABLED: Braille support disabled until BrlTTY issues resolved
# To re-enable: Uncomment the following block
# {
# 'label': "Braille Settings",
# 'action': 'braille_settings'
# },
{
'label': absLabel,
'action': 'audiobookshelf_setup'