Prechádzať zdrojové kódy

fix: change default toast duration

Sv443 11 mesiacov pred
rodič
commit
b95e2495d7
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/features/index.ts

+ 1 - 1
src/features/index.ts

@@ -628,7 +628,7 @@ export const featInfo = {
     category: "general",
     min: 0,
     max: 15,
-    default: 5,
+    default: 3,
     step: 0.5,
     unit: "s",
     reloadRequired: false,