Update tabs/utils/monitor-control/set_brightness.sh

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
Chris Titus 2024-09-18 12:03:04 -05:00 committed by GitHub
parent 28ee76b9b0
commit 7f286461b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ adjust_monitor_brightness() {
if ! echo "$monitor_choice" | grep -qE '^[0-9]+$'; then
echo "Invalid selection. Please try again."
echo "Press [Enter] to continue..."
read
read dummy
continue
fi