change timeout to 50ms

This commit is contained in:
Argn0
2022-05-25 20:27:27 +02:00
parent 0261d36a47
commit 31b10f9a41

View File

@@ -193,7 +193,7 @@ class CategorySkipOptionsComponent extends React.Component<CategorySkipOptionsPr
// Make listener get called // Make listener get called
this.setBarColorTimeout = setTimeout(() => { this.setBarColorTimeout = setTimeout(() => {
Config.config.barTypes = Config.config.barTypes; Config.config.barTypes = Config.config.barTypes;
}, 300); }, 50);
} }
} }