equicordplugins(equifetch): delete

can create flood of messages and systems that dont have specific fonts will see them broken.
This commit is contained in:
Cortex 2024-10-28 20:55:22 -06:00
parent c18792f9d2
commit f2f7d3ad56
4 changed files with 0 additions and 212 deletions

View file

@ -69,8 +69,6 @@ export default {
native: {
getVersions: () => process.versions as Partial<NodeJS.ProcessVersions>,
systemMemoryInfo: () => (process.getSystemMemoryInfo()),
heapUsuage: () => (process.getHeapStatistics()),
openExternal: (url: string) => invoke<void>(IpcEvents.OPEN_EXTERNAL, url)
},