From f3e3bb17498334ee20f949acf0936a0c49284c33 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Fri, 7 Feb 2025 15:54:33 +0000 Subject: [PATCH] Enable new option only on mobile platforms --- config/schemas/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/schemas/settings.json b/config/schemas/settings.json index 0660552c1..752c076be 100644 --- a/config/schemas/settings.json +++ b/config/schemas/settings.json @@ -761,7 +761,10 @@ }, "simpleObjectSelection" : { "type": "boolean", - "default": true + "default": true, + "defaultIOS": true, + "defaultAndroid": true, + "defaultDesktop" : false }, "skipAdventureMapAnimations": { "type": "boolean",