Skip to content

Commit

Permalink
Update tabs/utils/monitor-control/set_brightness.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Perkowski <[email protected]>
  • Loading branch information
ChrisTitusTech and adamperkowski authored Sep 18, 2024
1 parent 28ee76b commit 7f28646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/utils/monitor-control/set_brightness.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7f28646

Please sign in to comment.