From bb4c574e7a93963278bbad28f554218e72982187 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 11:02:17 +0000 Subject: [PATCH] Changes Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com> --- src/pages/XRSession.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/XRSession.tsx b/src/pages/XRSession.tsx index 7b18f37..d2df4a7 100644 --- a/src/pages/XRSession.tsx +++ b/src/pages/XRSession.tsx @@ -580,6 +580,11 @@ const XRSession = () => { allowScale={allowScale} onToggleAllowScale={() => setAllowScale(!allowScale)} /> + + {/* DEVKIT: floating diagnostic panel + SimXR toggle */} + {devkit && ( + setSimXR((v) => !v)} /> + )} );