mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
Fix longPressDelay
setting
This commit is contained in:
parent
9329826ce3
commit
744335b97b
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user