Ver código fonte

fix: change cfg menu change default debounce

Sv443 11 meses atrás
pai
commit
bb0b8fba12
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/menu/menu_old.ts

+ 1 - 1
src/menu/menu_old.ts

@@ -259,7 +259,7 @@ async function addCfgMenu() {
   };
 
   /** Call whenever the feature config is changed */
-  const confChanged = debounce(onCfgChange, 200, "falling");
+  const confChanged = debounce(onCfgChange, 333, "falling");
 
   const featureCfg = getFeatures();
   const featureCfgWithCategories = Object.entries(featInfo)