mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Add taskSyncEnabled to userSettingsConfigSchema (#7827)
feat: add taskSyncEnabled to userSettingsConfigSchema Co-authored-by: Roo Code <roomote@roocode.com>
This commit is contained in:
parent
bbd3d9883b
commit
de0cd99aa7
1 changed files with 1 additions and 0 deletions
|
|
@ -162,6 +162,7 @@ export type UserFeatures = z.infer<typeof userFeaturesSchema>
|
|||
|
||||
export const userSettingsConfigSchema = z.object({
|
||||
extensionBridgeEnabled: z.boolean().optional(),
|
||||
taskSyncEnabled: z.boolean().optional(),
|
||||
})
|
||||
|
||||
export type UserSettingsConfig = z.infer<typeof userSettingsConfigSchema>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue