mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-12 08:42:38 +02:00
Set USE_TRANSFER_CONTROL_OPTIONS to false
This commit is contained in:
parent
614d4d7b02
commit
a2a88f55c7
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ export const USE_KLAVIS_TOOLS = process.env.USE_KLAVIS_TOOLS === 'false';
|
||||||
// Hardcoded flags
|
// Hardcoded flags
|
||||||
export const USE_MULTIPLE_PROJECTS = true;
|
export const USE_MULTIPLE_PROJECTS = true;
|
||||||
export const USE_VOICE_FEATURE = false;
|
export const USE_VOICE_FEATURE = false;
|
||||||
export const USE_TRANSFER_CONTROL_OPTIONS = true;
|
export const USE_TRANSFER_CONTROL_OPTIONS = false;
|
||||||
export const USE_PRODUCT_TOUR = false;
|
export const USE_PRODUCT_TOUR = false;
|
||||||
export const SHOW_COPILOT_MARQUEE = false;
|
export const SHOW_COPILOT_MARQUEE = false;
|
||||||
export const SHOW_PROMPTS_SECTION = false;
|
export const SHOW_PROMPTS_SECTION = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue