config: default drag_lock to 0

This commit is contained in:
Vaxry
2025-07-16 22:39:36 +02:00
parent 409b56f6a3
commit 49d73d1893
2 changed files with 3 additions and 3 deletions

View File

@@ -626,7 +626,7 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
.description = "When enabled, lifting the finger off while dragging will not drop the dragged item. 0 -> disabled, 1 -> enabled with timeout, 2 -> enabled sticky."
"dragging will not drop the dragged item.",
.type = CONFIG_OPTION_INT,
.data = SConfigOptionDescription::SRangeData{2, 0, 2},
.data = SConfigOptionDescription::SRangeData{0, 0, 2},
},
SConfigOptionDescription{
.value = "input:touchpad:tap-and-drag",