Ver Fonte

ref: adjust lyrics cache slider settings

Sv443 há 3 dias atrás
pai
commit
b5e3f56824
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/features/index.ts

+ 2 - 2
src/features/index.ts

@@ -662,9 +662,9 @@ export const featInfo = {
     type: "slider",
     category: "lyrics",
     default: 5000,
-    min: 100,
+    min: 1000,
     max: 50_000,
-    step: 100,
+    step: 500,
     unit: (val: number) => ` ${tp("unit_entries", val)}`,
     renderValue: renderNumberVal,
     advanced: true,