diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-30 17:31:13 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-30 17:31:13 -0400 |
commit | 9b5e4a0afef33927ba81032cedaeecf112991f2a (patch) | |
tree | 0bae3f9617483fff7a86206918c1afc7e6a6c2ce /src/lib/utils/BushConstants.ts | |
parent | 42d2e2bf01b5debd4ecf605297f925ad5da7deb3 (diff) | |
download | tanzanite-9b5e4a0afef33927ba81032cedaeecf112991f2a.tar.gz tanzanite-9b5e4a0afef33927ba81032cedaeecf112991f2a.tar.bz2 tanzanite-9b5e4a0afef33927ba81032cedaeecf112991f2a.zip |
comment out etc
Diffstat (limited to 'src/lib/utils/BushConstants.ts')
-rw-r--r-- | src/lib/utils/BushConstants.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/utils/BushConstants.ts b/src/lib/utils/BushConstants.ts index f085d26..68c0951 100644 --- a/src/lib/utils/BushConstants.ts +++ b/src/lib/utils/BushConstants.ts @@ -229,7 +229,8 @@ export class BushConstants { MANAGE_THREADS: { name: 'Manage Threads', important: true }, USE_PUBLIC_THREADS: { name: 'Use public Threads', important: false }, USE_PRIVATE_THREADS: { name: 'Use Private Threads', important: false }, - USE_EXTERNAL_STICKERS: { name: 'Use External Stickers', important: false } + USE_EXTERNAL_STICKERS: { name: 'Use External Stickers', important: false }, + START_EMBEDDED_ACTIVITIES: { name: 'Start Activities', important: false } }, // prettier-ignore |