From 31b10f9a41819c319c46700c6adf2b628d440ee1 Mon Sep 17 00:00:00 2001 From: Argn0 Date: Wed, 25 May 2022 20:27:27 +0200 Subject: [PATCH] change timeout to 50ms --- src/components/CategorySkipOptionsComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CategorySkipOptionsComponent.tsx b/src/components/CategorySkipOptionsComponent.tsx index bf010067..905c3b3d 100644 --- a/src/components/CategorySkipOptionsComponent.tsx +++ b/src/components/CategorySkipOptionsComponent.tsx @@ -193,7 +193,7 @@ class CategorySkipOptionsComponent extends React.Component { Config.config.barTypes = Config.config.barTypes; - }, 300); + }, 50); } }