重命名: spark-dwine-helper/pkg/opt/durapps/spark-dwine-helper/set-dwine5-scale.sh -> spark-dwine-helper/pkg/opt/durapps/spark-dwine-helper/set-dwine-scale.sh

This commit is contained in:
2022-05-30 15:16:04 +08:00
parent f19d9528bb
commit cbb954ed2d

View File

@@ -72,19 +72,19 @@ done
case "$env_dwine_scale" in case "$env_dwine_scale" in
1.0) 1.0)
reg_text="\"LogPixels\"=dword:00000064" reg_text="\"LogPixels\"=dword:00000060"
;; ;;
1.25) 1.25)
reg_text="\"LogPixels\"=dword:0000007d" reg_text="\"LogPixels\"=dword:00000078"
;; ;;
1.5) 1.5)
reg_text="\"LogPixels\"=dword:00000096" reg_text="\"LogPixels\"=dword:00000090"
;; ;;
2.0) 2.0)
reg_text="\"LogPixels\"=dword:000000C8" reg_text="\"LogPixels\"=dword:000000C0"
;; ;;
*) *)
reg_text="\"LogPixels\"=dword:00000064" reg_text="\"LogPixels\"=dword:00000060"
#可能不是Xorg #可能不是Xorg
;; ;;
esac esac