Explorar o código

feat: show original labels in the scale radio group

Arnošt Pleskot %!s(int64=2) %!d(string=hai) anos
pai
achega
f096841add
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/ImageExportDialog.tsx

+ 1 - 1
src/components/ImageExportDialog.tsx

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