fix: Count all versions (#2798)

This commit is contained in:
Lipis 2021-01-16 19:59:26 +02:00 committed by GitHub
parent ee703206b0
commit c799b28a0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 12 deletions

View file

@ -90,3 +90,4 @@ export const TAP_TWICE_TIMEOUT = 300;
export const TOUCH_CTX_MENU_TIMEOUT = 500;
export const TITLE_TIMEOUT = 10000;
export const TOAST_TIMEOUT = 5000;
export const VERSION_TIMEOUT = 15000;