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", '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'