Forráskód Böngészése

feat: show original labels in the scale radio group

Arnošt Pleskot 2 éve
szülő
commit
f096841add
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/components/ImageExportDialog.tsx

+ 1 - 1
src/components/ImageExportDialog.tsx

@@ -334,7 +334,7 @@ const ImageExportModal = ({
             }}
             choices={EXPORT_SCALES.map((scale) => ({
               value: scale * exportBaseScale,
-              label: `${scale * exportBaseScale}\u00d7`,
+              label: `${scale}\u00d7`,
             }))}
           />
         </ExportSetting>