Skip to content

Commit 0885dba

Browse files
committed
INT-788 fix npm run check
1 parent ee94c90 commit 0885dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/electron/window-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ app.on('show about dialog', function() {
149149
});
150150
});
151151

152-
app.on('show connect dialog', function(opts) {
152+
app.on('show connect dialog', function() {
153153
if (connectWindow) {
154154
connectWindow.focus();
155155
return connectWindow;

0 commit comments

Comments
 (0)