ohif-viewer/Packages/ohif-core/client/lib/ui.js

7 lines
216 B
JavaScript
Raw Normal View History

2016-08-20 15:09:31 +02:00
import { OHIF } from 'meteor/ohif:core';
import { Meteor } from 'meteor/meteor';
// Get the UI settings
const ui = Meteor.settings && Meteor.settings.public && Meteor.settings.public.ui;
OHIF.uiSettings = ui || {};