Fix longPressDelay setting

This commit is contained in:
SrGooglo 2023-05-09 21:36:53 +00:00
parent 9329826ce3
commit 744335b97b

View File

@ -34,13 +34,13 @@ export default {
"description": "Enable haptic feedback on touch events.",
},
{
"id": "selection_longPress_timeout",
"id": "longPressDelay",
"storaged": true,
"group": "general",
"component": "Slider",
"icon": "MdTimer",
"title": "Selection press delay",
"description": "Set the delay before the selection trigger is activated.",
"title": "Long press delay",
"description": "Set the delay before long press trigger is activated.",
"props": {
min: 300,
max: 2000,