|
@@ -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"
|