diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-30 11:31:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 11:31:32 -0400 |
commit | 452f3fb44838c367f40e8aa57db2e274a357afd2 (patch) | |
tree | 4a3487413b8773f120271380e5c2902dadf690d8 /src/constants/constants.ts | |
parent | eabc3c82f0ac2ffa2dfb26ee7bc792fd6a48491a (diff) | |
parent | e50a0321d73df5169b79dded7a57cfa3a9b62adc (diff) |
Merge pull request #539 from IvanIFChen/tma1035-bugfix-camera-timer-animation
[TMA-1035] [BUGFIX] Record Video Animation Issues
Diffstat (limited to 'src/constants/constants.ts')
-rw-r--r-- | src/constants/constants.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index 476e7af4..d25a5953 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -246,3 +246,5 @@ export const SETTINGS_DATA = { }, ], }; + +export const MAX_VIDEO_RECORDING_DURATION = 60; |