mirror of
https://gitee.com/spark-store-project/spark-wine
synced 2026-05-14 02:00:18 +08:00
重命名: 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:
@@ -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
|
||||||
Reference in New Issue
Block a user