Procházet zdrojové kódy

fix: correct numbersFormat feature category

Sv443 před 7 měsíci
rodič
revize
63490034ee
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/features/index.ts

+ 1 - 1
src/features/index.ts

@@ -721,7 +721,7 @@ export const featInfo = {
   },
   numbersFormat: {
     type: "select",
-    category: "layout",
+    category: "general",
     options: () => [
       { value: "long", label: `${formatNumber(12_345_678, "long")} (${t("votes_format_long")})` },
       { value: "short", label: `${formatNumber(12_345_678, "short")} (${t("votes_format_short")})` },