Browse Source

always include export option

Yana Rose 4 years ago
parent
commit
7282a5fbae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/viewer/index.html

+ 1 - 1
src/viewer/index.html

@@ -57,7 +57,7 @@
             // create an instance of the plugin
             var viewer = new rcsbMolstar.Viewer('viewer', {
                 showImportControls: !pdbId,
-                showExportControls: !pdbId,
+                showExportControls: true,
                 showSessionControls: !pdbId,
                 layoutShowLog: !pdbId,
                 layoutShowControls: !isEmbedded,