diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index a6b3358..b9b528b 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -467,14 +467,27 @@ function App() { "scanning relative": appState === AppState.CODING, })} > - Reference + {inputMode === "image" && ( + Reference + )} + {inputMode === "video" && ( +