diff --git a/modes/longitudinal/src/index.js b/modes/longitudinal/src/index.js index 35c7773c2..26eb1d4e0 100644 --- a/modes/longitudinal/src/index.js +++ b/modes/longitudinal/src/index.js @@ -102,7 +102,7 @@ function modeFactory() { 'Pan', 'Capture', 'Layout', - 'MPR', + // 'MPR', 'MoreTools', ]); }, diff --git a/modes/longitudinal/src/toolbarButtons.js b/modes/longitudinal/src/toolbarButtons.js index 41520edbd..995283fd5 100644 --- a/modes/longitudinal/src/toolbarButtons.js +++ b/modes/longitudinal/src/toolbarButtons.js @@ -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',