fix: temporarily hide/disable capture until it can be repaired (#2084)
This commit is contained in:
parent
6c40f581a6
commit
93fa71a2bf
@ -62,7 +62,8 @@ export default function mode({ modeConfiguration }) {
|
||||
'Zoom',
|
||||
'WindowLevel',
|
||||
'Pan',
|
||||
'Capture',
|
||||
// TODO: OHIF-376, need more time to adress this reasonably
|
||||
// 'Capture',
|
||||
'Layout',
|
||||
'MoreTools',
|
||||
]);
|
||||
|
||||
@ -146,16 +146,17 @@ export default [
|
||||
commandOptions: { toolName: 'Pan' },
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 'Capture',
|
||||
type: 'ohif.action',
|
||||
props: {
|
||||
icon: 'tool-capture',
|
||||
label: 'Capture',
|
||||
type: 'action',
|
||||
commandName: 'showDownloadViewportModal',
|
||||
},
|
||||
},
|
||||
// TODO: OHIF-376, need more time to adress this reasonably
|
||||
// {
|
||||
// id: 'Capture',
|
||||
// type: 'ohif.action',
|
||||
// props: {
|
||||
// icon: 'tool-capture',
|
||||
// label: 'Capture',
|
||||
// type: 'action',
|
||||
// commandName: 'showDownloadViewportModal',
|
||||
// },
|
||||
// },
|
||||
{
|
||||
id: 'Layout',
|
||||
type: 'ohif.layoutSelector',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user