aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-07-08 23:28:12 +0200
committerGitHub <noreply@github.com>2022-07-08 23:28:12 +0200
commit3358a0f0ce799d0e4a0feddf9903e43070f1057a (patch)
tree55cfb77ca412e01233b7bfdbd567e132f736a75d /src/index.js
parentcbca61d836ee573a469f6339c22c2891cef9428c (diff)
parent7a76a79035957451cdbf229cfaf57184b728a992 (diff)
downloadViper-3358a0f0ce799d0e4a0feddf9903e43070f1057a.tar.gz
Viper-3358a0f0ce799d0e4a0feddf9903e43070f1057a.zip
Merge branch 'main' into add-badges
Diffstat (limited to 'src/index.js')
-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();
}