diff --git a/apps/x/apps/renderer/src/App.tsx b/apps/x/apps/renderer/src/App.tsx
index 9cc66879..8ed5e7b7 100644
--- a/apps/x/apps/renderer/src/App.tsx
+++ b/apps/x/apps/renderer/src/App.tsx
@@ -224,6 +224,7 @@ function FixedSidebarToggle({
canNavigateBack,
canNavigateForward,
onNewChat,
+ onOpenSearch,
leftInsetPx,
}: {
onNavigateBack: () => void
@@ -231,6 +232,7 @@ function FixedSidebarToggle({
canNavigateBack: boolean
canNavigateForward: boolean
onNewChat: () => void
+ onOpenSearch: () => void
leftInsetPx: number
}) {
const { toggleSidebar, state } = useSidebar()
@@ -257,6 +259,15 @@ function FixedSidebarToggle({
>