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",
|
||||
'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'
|
||||
|
||||
Reference in New Issue
Block a user