Browse Source

删除Musicion按钮,在高级处理面板中会有同功能的按钮,和旧的dr保持一致,照顾用户习惯

sw 1 day ago
parent
commit
50b1b9fcc6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/view/components/FunctionArea.tsx

+ 2 - 2
src/pages/view/components/FunctionArea.tsx

@@ -23,7 +23,7 @@ const FunctionButton = ({
       action === 'Delete Digital Mask' ||
       action === 'Crop Selected Area' ||
       ['Delete Mask',
-        'Image Comparison', 'Zoom Image', 'Reset Cursor', 'Pan', 'Snapshot', 'Musician',
+        'Image Comparison', 'Zoom Image', 'Reset Cursor', 'Pan', 'Snapshot', 
       ].includes(action)
     ) {
       showNotImplemented('');
@@ -201,7 +201,7 @@ const FunctionArea = () => {
         action="Advanced Processing"
         iconName="btn_Imageprocess"
       />
-      <FunctionButton title="Musician" action="Musician" iconName="" />
+
       <FunctionButton
         title="Image Measurement"
         action="Image Measurement"