浏览代码

reduce time welcome toast is shown

Alexander Rose 5 年之前
父节点
当前提交
bfcd8b9ac4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
         })
     }