diff --git a/src/ui/CustomToolbar.tsx b/src/ui/CustomToolbar.tsx
index a55f986..738afea 100644
--- a/src/ui/CustomToolbar.tsx
+++ b/src/ui/CustomToolbar.tsx
@@ -771,6 +771,14 @@ export function CustomToolbar() {
isSelected={tools["VideoGen"].id === editor.getCurrentToolId()}
/>
)}
+ {tools["BlenderGen"] && (
+
+ )}
{ENABLE_DRAWFAST && tools["Drawfast"] && (