소스 검색

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
         })
     }