Browse Source

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

sw 1 day ago
parent
commit
0fc9c4fe39
1 changed files with 1 additions and 1 deletions
  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"