|
@@ -26,6 +26,7 @@ import { LociLabelEntry, LociLabelManager } from './util/loci-label-manager';
|
|
|
import { ajaxGet } from 'mol-util/data-source';
|
|
|
import { CustomPropertyRegistry } from './util/custom-prop-registry';
|
|
|
import { VolumeRepresentationRegistry } from 'mol-repr/volume/registry';
|
|
|
+import { PLUGIN_VERSION } from './version';
|
|
|
|
|
|
export class PluginContext {
|
|
|
private disposed = false;
|
|
@@ -171,6 +172,9 @@ export class PluginContext {
|
|
|
this.initDataActions();
|
|
|
|
|
|
this.lociLabels = new LociLabelManager(this);
|
|
|
+
|
|
|
+ // TODO: find a better solution for this.
|
|
|
+ setTimeout(() => this.log.message(`Mol* Plugin ${PLUGIN_VERSION}`), 500);
|
|
|
}
|
|
|
|
|
|
// settings = ;
|