mirror of
https://gitee.com/spark-store-project/spark-wine
synced 2026-06-22 22:23:54 +08:00
fix:Can not switch scale for single app
This commit is contained in:
+1
-1
@@ -181,7 +181,7 @@ select_scale_action() {
|
|||||||
if [ "$scale_factor" == "恢复默认" ];then
|
if [ "$scale_factor" == "恢复默认" ];then
|
||||||
rm $HOME/.deepinwine/$bottle_name/scale.txt
|
rm $HOME/.deepinwine/$bottle_name/scale.txt
|
||||||
else
|
else
|
||||||
/opt/durapps/spark-dwine-helper/scale-set-helper/set-wine-scale.sh -s "$scale_factor" "$HOME/.deepinwine/$bottle_name"
|
/opt/apps/store.spark-app.spark-dwine-helper/files/deepinwine/tools/spark-dwine-helper/scale-set-helper/set-wine-scale.sh -s "$scale_factor" "$HOME/.deepinwine/$bottle_name"
|
||||||
fi
|
fi
|
||||||
elif [ "$scale_type" == "全局" ]; then
|
elif [ "$scale_type" == "全局" ]; then
|
||||||
if [ "$scale_factor" == "恢复默认" ];then
|
if [ "$scale_factor" == "恢复默认" ];then
|
||||||
|
|||||||
Reference in New Issue
Block a user