From 1f6f5e3088387847ff3d43efa4de8feeacc294ad Mon Sep 17 00:00:00 2001 From: Igor Octaviano Date: Thu, 25 Jun 2026 07:18:38 -0300 Subject: [PATCH] feat: unhide ultrasound pleura b-line mode Remove the hide configuration for @ohif/mode-ultrasound-pleura-bline from both the default config and the IDC app config template so the mode is visible to users. --- idc-assets/app-config-template.js | 3 --- platform/app/public/config/default.js | 3 --- 2 files changed, 6 deletions(-) diff --git a/idc-assets/app-config-template.js b/idc-assets/app-config-template.js index 440038120e8..e5f8a9ea169 100644 --- a/idc-assets/app-config-template.js +++ b/idc-assets/app-config-template.js @@ -1,9 +1,6 @@ window.config = { routerBasename: '/v3', modesConfiguration: { - '@ohif/mode-ultrasound-pleura-bline': { - hide: true, - }, '@ohif/mode-segmentation': { hide: true, }, diff --git a/platform/app/public/config/default.js b/platform/app/public/config/default.js index 0e395feb308..1cbf65e9868 100644 --- a/platform/app/public/config/default.js +++ b/platform/app/public/config/default.js @@ -398,9 +398,6 @@ window.config = { }, ], modesConfiguration: { - '@ohif/mode-ultrasound-pleura-bline': { - hide: true, - }, '@ohif/mode-segmentation': { hide: true, },