Skip to content

Commit

Permalink
Finalize PACS config
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwi-latte committed Jun 12, 2024
1 parent 6ffe91a commit 0b11b87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions platform/app/public/config/pacs.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
window.config = {
routerBasename: '/',

modes: [],
modes: ['@ohif/mode-longitudinal'],
extensions: [],

// [CAUTION]: This will degrade the performance of the application.
// Only enable this option for debugging/ urgent purposes.
useSharedArrayBuffer: false,
useSharedArrayBuffer: true,

showLoadingIndicator: true,
showCPUFallbackMessage: false,
showWarningMessageForCrossOrigin: false,
showCPUFallbackMessage: true,
showWarningMessageForCrossOrigin: true,

// We acknowledged of investigational use dialog already
investigationalUseDialog: { option: 'never' },
Expand Down

0 comments on commit 0b11b87

Please sign in to comment.