Przeglądaj źródła

Issue #2: hide controls by default

cycle20 2 lat temu
rodzic
commit
056c23b895
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/apps/viewer/index.html

+ 2 - 2
src/apps/viewer/index.html

@@ -49,9 +49,9 @@
             if (debugMode) molstar.setDebugMode(debugMode, debugMode);
 
             var viewer = new molstar.Viewer('app', {
-                layoutShowControls: true,
+                layoutShowControls: false,
                 viewportShowExpand: true,
-                collapseLeftPanel: false
+                collapseLeftPanel: true
             });
 
             // Set PDB Id here