diff --git a/config/schemas/settings.json b/config/schemas/settings.json index c8cab24d0..24e353ee0 100644 --- a/config/schemas/settings.json +++ b/config/schemas/settings.json @@ -367,6 +367,10 @@ "type" : "boolean", "default" : false }, + "rightButtonDrag" : { + "type" : "boolean", + "default" : false + }, "smoothDragging" : { "type" : "boolean", "default" : true