aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/index.js2
1 files changed, 1 insertions, 1 deletions
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();
}