Fixed typo in yes/no check.

This commit is contained in:
Storm Dragon 2025-04-23 21:05:34 -04:00
parent 57a0fddce7
commit bf36a89324

View File

@ -61,7 +61,7 @@ EOF
source ./.includes/functions.sh
source ./.includes/ui.sh
answer=$(yesno "Do you have a physical screen attached?")
if [[ "${answer}" == "yes" ]]; then
if [[ "${answer}" == "Yes" ]]; then
active_screen
msgbox "Settings for physical screen applied."
restart