This commit is contained in:
Vanessa 2023-12-16 09:50:05 +08:00
parent 969a8d24fc
commit f4e2c3423a
2 changed files with 20 additions and 6 deletions

View file

@ -101,6 +101,7 @@ export abstract class Constants {
public static readonly LOCAL_PLUGINTOPUNPIN = "local-plugintopunpin";
public static readonly LOCAL_FLASHCARD = "local-flashcard";
public static readonly LOCAL_FILEPOSITION = "local-fileposition";
public static readonly LOCAL_SESSION_FIRSTLOAD = "local-session-firstload";
// timeout
public static readonly TIMEOUT_DBLCLICK = 190;