From b41402b189b072b2d293f5546a03589b1733300f Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 22 Oct 2025 13:34:38 -0400 Subject: [PATCH] Braille support temporarily disabled until brltty starts working for me again and I'm able to test it more thoroughly. --- src/options_menu.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/options_menu.py b/src/options_menu.py index 537e13b..c9c6fc8 100644 --- a/src/options_menu.py +++ b/src/options_menu.py @@ -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'