aboutsummaryrefslogtreecommitdiff
path: root/src/store.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/store.ts')
-rw-r--r--src/store.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store.ts b/src/store.ts
index d4f87d3..b882101 100644
--- a/src/store.ts
+++ b/src/store.ts
@@ -122,7 +122,7 @@ function getDefaultState(): StoreState {
clickHoldDuration: 400, // ms
transitionDuration: 300, // ms
animationDelay: 100, // ms
- autoActionDelay: 1000, // ms
+ autoActionDelay: 500, // ms
// Other
disableShortcuts: false,
autoHide: true,