Forgot to change the prompt to ask about the battery notifications.

This commit is contained in:
Storm Dragon 2023-10-22 21:00:05 -04:00
parent 65e8c0636a
commit 07ed90d4fc
1 changed files with 1 additions and 1 deletions

2
i38.sh
View File

@ -369,7 +369,7 @@ if [[ $dex -eq 0 ]]; then
fi
if command -v acpi &> /dev/null ; then
batteryAlert=1
batteryAlert=$(yesno "Do you want to use a braille display with Orca?")
batteryAlert=$(yesno "Do you want low battery notifications?")
fi
brlapi=1
brlapi=$(yesno "Do you want to use a braille display with Orca?")