mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Merge pull request #4626 from Laserlicht/fix_settings
missing default value
This commit is contained in:
commit
3209aa58e8
@ -367,6 +367,10 @@
|
||||
"type" : "boolean",
|
||||
"default" : false
|
||||
},
|
||||
"rightButtonDrag" : {
|
||||
"type" : "boolean",
|
||||
"default" : false
|
||||
},
|
||||
"smoothDragging" : {
|
||||
"type" : "boolean",
|
||||
"default" : true
|
||||
|
Loading…
Reference in New Issue
Block a user