feat: add startup flag check to conditional rendering logic

This commit is contained in:
Dustin Healy 2025-07-28 15:01:08 -07:00
parent 49f87016a8
commit 084de9a912
3 changed files with 6 additions and 2 deletions

View file

@ -614,6 +614,7 @@ export type TStartupConfig = {
>;
chatMenu?: boolean;
isOAuth?: boolean;
startup?: boolean;
}
>;
mcpPlaceholder?: string;