diff --git a/frontend/src/components/editor/EditorToolbar.tsx b/frontend/src/components/editor/EditorToolbar.tsx
index 76359cca..d7299e28 100644
--- a/frontend/src/components/editor/EditorToolbar.tsx
+++ b/frontend/src/components/editor/EditorToolbar.tsx
@@ -1477,6 +1477,26 @@ export const EditorToolbar = ({
{t('editor.toolbar.shareLabel', 'Share / Embed')}
+ {/* Record simulation — Pro feature. Dispatches a toggle the
+ pro overlay handles (plan check, board-type check,
+ start/stop the recorder). OSS build → no listener →
+ silent no-op. */}
+
)}