Browse Source

always include export option

Yana Rose 4 năm trước cách đây
mục cha
commit
7282a5fbae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,