1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

movementHighlightOnHover is now saved with settings

This commit is contained in:
krs
2023-04-06 00:22:58 +03:00
parent aba5840a6f
commit 709a8a6eb3

View File

@@ -286,7 +286,7 @@
"type" : "object",
"additionalProperties" : false,
"default": {},
"required" : [ "speedFactor", "mouseShadow", "cellBorders", "stackRange", "showQueue", "queueSize", "touchscreenMode" ],
"required" : [ "speedFactor", "mouseShadow", "cellBorders", "stackRange", "movementHighlightOnHover", "showQueue", "queueSize", "touchscreenMode" ],
"properties" : {
"speedFactor" : {
"type" : "number",
@@ -308,6 +308,10 @@
"type" : "boolean",
"default" : true
},
"movementHighlightOnHover" : {
"type" : "boolean",
"default" : true
},
"showQueue" : {
"type" : "boolean",
"default" : true