diff options
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 |