Browse Source

Update src/shared/globalState.ts

Co-authored-by: Matt Rubens <[email protected]>
Hannes Rudolph 11 months ago
parent
commit
bb87b7896b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/shared/globalState.ts

+ 1 - 1
src/shared/globalState.ts

@@ -84,7 +84,7 @@ export const GLOBAL_STATE_KEYS = [
 	"enhancementApiConfigId",
 	"experiments", // Map of experiment IDs to their enabled state
 	"autoApprovalEnabled",
-	"enableCustomModeCreation", // Enable the ability to create custom modes
+	"enableCustomModeCreation", // Enable the ability for Roo to create custom modes
 	"customModes", // Array of custom modes
 	"unboundModelId",
 	"requestyModelId",