fix: temporarily hide/disable capture until it can be repaired (#2084)

This commit is contained in:
Danny Brown 2020-10-05 21:43:52 -04:00 committed by GitHub
parent 6c40f581a6
commit 93fa71a2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 11 deletions

View File

@ -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',
]);

View File

@ -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',