浏览代码

feat: show original labels in the scale radio group

Arnošt Pleskot 2 年之前
父节点
当前提交
f096841add
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>