mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-03 19:25:19 +02:00
Set product tour feature flag to false
This commit is contained in:
parent
a8f0a132af
commit
90bccc2c9d
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export const USE_KLAVIS_TOOLS = process.env.USE_KLAVIS_TOOLS === 'true';
|
||||||
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 = true;
|
||||||
export const USE_PRODUCT_TOUR = true;
|
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;
|
||||||
export const SHOW_DARK_MODE_TOGGLE = false;
|
export const SHOW_DARK_MODE_TOGGLE = false;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue