From 9598c42c635f9e66d2224b160005afb9ba28e64a Mon Sep 17 00:00:00 2001 From: 0neGal Date: Fri, 8 Jul 2022 22:52:33 +0200 Subject: fixed "_sendVersionsInfo()" not found I removed the underscore at one point and forgot to change the name everywhere it seems. --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.js') diff --git a/src/index.js b/src/index.js index 2c03529..148e30a 100644 --- a/src/index.js +++ b/src/index.js @@ -209,7 +209,7 @@ ipcMain.on("newpath", (event, newpath) => { if (newpath === false && ! win.isVisible()) { win.send("no-path-selected"); } else { - _sendVersionsInfo(); + sendVersionsInfo(); if (!win.isVisible()) { win.show(); } -- cgit v1.2.3