init: sudah ganti logo, hilangin setting, dan investigational use dialog
This commit is contained in:
10
extensions/tmtv/src/getToolbarModule.tsx
Normal file
10
extensions/tmtv/src/getToolbarModule.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import RectangleROIOptions from './Panels/RectangleROIOptions';
|
||||
|
||||
export default function getToolbarModule({ commandsManager, servicesManager }) {
|
||||
return [
|
||||
{
|
||||
name: 'tmtv.RectangleROIThresholdOptions',
|
||||
defaultComponent: () => RectangleROIOptions({ commandsManager, servicesManager }),
|
||||
},
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user