diff --git a/apps/editor/src/components/editor-shell/EditorMenuBar.tsx b/apps/editor/src/components/editor-shell/EditorMenuBar.tsx
index 2ccd51e8..95828703 100644
--- a/apps/editor/src/components/editor-shell/EditorMenuBar.tsx
+++ b/apps/editor/src/components/editor-shell/EditorMenuBar.tsx
@@ -1,4 +1,4 @@
-import { Bot, Gauge } from "lucide-react";
+import { Bot, Gauge, Play } from "lucide-react";
import type { ReactNode } from "react";
import { Button } from "@/components/ui/button";
import {
@@ -9,6 +9,11 @@ import {
MenubarShortcut,
MenubarTrigger
} from "@/components/ui/menubar";
+import {
+ Popover,
+ PopoverContent,
+ PopoverTrigger
+} from "@/components/ui/popover";
import { TridentIcon } from "@/components/editor-shell/icons";
import type { ViewportQuality } from "@/state/ui-store";
@@ -165,6 +170,40 @@ export function EditorMenuBar({
{viewportQuality.toFixed(2)}
+
+
+
+
+ }
+ />
+
+
+
+
+