diff --git a/app/renderer/src/contexts/connectors/ElectronConnector.tsx b/app/renderer/src/contexts/connectors/ElectronConnector.tsx index 42e18610..846f8460 100644 --- a/app/renderer/src/contexts/connectors/ElectronConnector.tsx +++ b/app/renderer/src/contexts/connectors/ElectronConnector.tsx @@ -107,7 +107,7 @@ export const ElectronConnectorProvider: React.FC = ({ children }) => { }, [electron, settings.openAtLogin]); useTrayIconUpdates((dataUrl) => { - electron.send(TRAY_ICON_UPDATE, { dataUrl }); + electron.send(TRAY_ICON_UPDATE, dataUrl); }); return (