diff --git a/changeAppSettings.sh b/changeAppSettings.sh index 5e7562ece..0086124c2 100755 --- a/changeAppSettings.sh +++ b/changeAppSettings.sh @@ -894,10 +894,10 @@ else ImmersiveMode=true fi -if [ "$HideSystemMousePointer" = "y" ]; then - HideSystemMousePointer=true -else +if [ "$HideSystemMousePointer" = "n" ]; then HideSystemMousePointer=false +else + HideSystemMousePointer=true fi if [ "$CreateService" = "y" ] ; then