Skip to content

Commit

Permalink
feat: turn outline compatible on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Feb 3, 2025
1 parent 4c69f1d commit e18f370
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Modals/CreateSingleItemModal/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ export function toWearableWithBlobs({ contents, file }: { contents?: Record<stri
overrideReplaces: []
}
],
blockVrmExport: false
blockVrmExport: false,
outlineCompatible: true
}
}
}
Expand Down

0 comments on commit e18f370

Please sign in to comment.