fix: mpr button is not ready to be displayed yet (#2951)
This commit is contained in:
parent
c9818d9fc5
commit
9df557831b
@ -102,7 +102,7 @@ function modeFactory() {
|
|||||||
'Pan',
|
'Pan',
|
||||||
'Capture',
|
'Capture',
|
||||||
'Layout',
|
'Layout',
|
||||||
'MPR',
|
// 'MPR',
|
||||||
'MoreTools',
|
'MoreTools',
|
||||||
]);
|
]);
|
||||||
},
|
},
|
||||||
|
|||||||
@ -291,22 +291,22 @@ const toolbarButtons = [
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
// Todo: MPR not ready yet for SEG support, not activating it now
|
// Todo: MPR not ready yet for SEG support, not activating it now
|
||||||
{
|
// {
|
||||||
id: 'MPR',
|
// id: 'MPR',
|
||||||
type: 'ohif.action',
|
// type: 'ohif.action',
|
||||||
props: {
|
// props: {
|
||||||
icon: 'old-play',
|
// icon: 'old-play',
|
||||||
label: 'MPR',
|
// label: 'MPR',
|
||||||
type: 'action',
|
// type: 'action',
|
||||||
commands: [
|
// commands: [
|
||||||
{
|
// {
|
||||||
commandName: 'setHangingProtocol',
|
// commandName: 'setHangingProtocol',
|
||||||
commandOptions: { protocolId: 'mpr' },
|
// commandOptions: { protocolId: 'mpr' },
|
||||||
context: 'CORNERSTONE',
|
// context: 'CORNERSTONE',
|
||||||
},
|
// },
|
||||||
],
|
// ],
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
// More...
|
// More...
|
||||||
{
|
{
|
||||||
id: 'MoreTools',
|
id: 'MoreTools',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user