chore: removes unnecessary comments

pull/3216/head
Emily 7 months ago
parent 6dd261567d
commit 78935dacdf

@ -217,12 +217,6 @@ const doAppStartUp = async () => {
}, 20000);
};
// global.setTimeout(() => {
// const unreadMessageCount = useSelector(getGlobalUnreadMessageCount);
// // Send the calculated count to the main process to update the badge count
// ipcRenderer.send('update-badge-count', unreadMessageCount);
// }, 3000);
/**
* ActionsPanel is the far left banner (not the left pane).
* The panel with buttons to switch between the message/contact/settings/theme views

Loading…
Cancel
Save