Remove redux diff slowing down logger. Adjusted report column sizings.

This commit is contained in:
Patrick Fic
2025-07-04 09:35:55 -07:00
parent 17033cc874
commit 106cc23c53
14 changed files with 836 additions and 24 deletions

View File

@@ -42,6 +42,9 @@ contextBridge.exposeInMainWorld("ipcRenderer", {
);
// }
},
invoke: (channel, data) => {
return ipcRenderer.invoke(channel, data);
},
removeAllListeners: (...channels) => {
// let validChannels = ["fromMain"];
// if (validChannels.includes(channel)) {