Ver Fonte

Enable new option only on mobile platforms

Ivan Savenko há 9 meses atrás
pai
commit
f3e3bb1749
1 ficheiros alterados com 4 adições e 1 exclusões
  1. 4 1
      config/schemas/settings.json

+ 4 - 1
config/schemas/settings.json

@@ -761,7 +761,10 @@
 				},
 				"simpleObjectSelection" : {
 					"type": "boolean",
-					"default": true
+					"default": true,
+					"defaultIOS": true,
+					"defaultAndroid": true,
+					"defaultDesktop" : false
 				},
 				"skipAdventureMapAnimations": {
 					"type": "boolean",