From 086567897aa898fb9f386bb7ef77c43a75c6e9b5 Mon Sep 17 00:00:00 2001 From: NimBold Date: Thu, 27 Aug 2026 23:25:21 +0330 Subject: [PATCH] test(startup): isolate properties bridge host (#37) --- src/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index cade729..048f6ef 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -20,7 +20,6 @@ import { } from "./store/useSettingsStore"; import { isPermissionGranted, requestPermission, sendNotification } from '@tauri-apps/plugin-notification'; import { WindowControls } from "./components/WindowControls"; -import { PropertiesWindowBridgeHost } from "./components/PropertiesWindowBridgeHost"; import { useToast } from "./contexts/ToastContext"; import { setLogStreamActive } from './utils/logger'; import { updateDockBadge } from './utils/dockBadge'; @@ -1287,7 +1286,6 @@ function App() { {isAddModalOpen && } - {isDeleteModalOpen && (