Skip to content

Commit

Permalink
chore: error message appears every second (fix for unreleased change) (
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev committed Jan 8, 2024
1 parent 47ecece commit 1637b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/src/contexts/connectors/ElectronConnector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 1637b96

Please sign in to comment.