Explorar el Código

通过修改button的iconname属性,为saveas应用图标

sw hace 1 mes
padre
commit
0fc9c4fe39
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/view/components/ImageStateControl.tsx

+ 1 - 1
src/pages/view/components/ImageStateControl.tsx

@@ -192,7 +192,7 @@ const ImageStateControl: React.FC = () => {
           icon={
             <Icon
               module="module-process"
-              name="saveas"
+              name="SaveAs"
               userId="base"
               theme="default"
               size="2x"