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:
@@ -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
|
||||
|
Reference in New Issue
Block a user