mirror of
https://github.com/xzhih/one-key-hidpi.git
synced 2026-04-13 01:13:42 +08:00
fix #172 for restore cmd
This commit is contained in:
committed by
GitHub
parent
53924b739f
commit
5d510c0ded
2
hidpi.sh
2
hidpi.sh
@@ -197,7 +197,7 @@ function get_edid() {
|
|||||||
echo '------------------------------------'
|
echo '------------------------------------'
|
||||||
for display in "${gDisplayInf[@]}"; do
|
for display in "${gDisplayInf[@]}"; do
|
||||||
let index++
|
let index++
|
||||||
printf " %d | ${display:16:4} | ${gMonitor:22:2}${gMonitor:20:2}\n" $index
|
printf " %d | ${display:16:4} | ${display:22:2}${display:20:2}\n" $index
|
||||||
done
|
done
|
||||||
echo '------------------------------------'
|
echo '------------------------------------'
|
||||||
read -p "Choose the display: " selection
|
read -p "Choose the display: " selection
|
||||||
|
|||||||
Reference in New Issue
Block a user