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',
|
||||
'Capture',
|
||||
'Layout',
|
||||
'MPR',
|
||||
// 'MPR',
|
||||
'MoreTools',
|
||||
]);
|
||||
},
|
||||
|
||||
@ -291,22 +291,22 @@ const toolbarButtons = [
|
||||
},
|
||||
},
|
||||
// Todo: MPR not ready yet for SEG support, not activating it now
|
||||
{
|
||||
id: 'MPR',
|
||||
type: 'ohif.action',
|
||||
props: {
|
||||
icon: 'old-play',
|
||||
label: 'MPR',
|
||||
type: 'action',
|
||||
commands: [
|
||||
{
|
||||
commandName: 'setHangingProtocol',
|
||||
commandOptions: { protocolId: 'mpr' },
|
||||
context: 'CORNERSTONE',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
// {
|
||||
// id: 'MPR',
|
||||
// type: 'ohif.action',
|
||||
// props: {
|
||||
// icon: 'old-play',
|
||||
// label: 'MPR',
|
||||
// type: 'action',
|
||||
// commands: [
|
||||
// {
|
||||
// commandName: 'setHangingProtocol',
|
||||
// commandOptions: { protocolId: 'mpr' },
|
||||
// context: 'CORNERSTONE',
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// },
|
||||
// More...
|
||||
{
|
||||
id: 'MoreTools',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user