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 && (