Procházet zdrojové kódy

reduce time welcome toast is shown

Alexander Rose před 5 roky
rodič
revize
bfcd8b9ac4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/structure-viewer/index.ts

+ 1 - 1
src/structure-viewer/index.ts

@@ -99,7 +99,7 @@ export class StructureViewer {
             title: 'Welcome',
             message: `RCSB PDB Mol* Viewer ${RCSB_MOLSTAR_VERSION}`,
             key: 'toast-welcome',
-            timeoutMs: 10000
+            timeoutMs: 5000
         })
     }