Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Nov 4, 2020
2 parents 7f6c143 + ea7e2dd commit f115486
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -952,10 +952,7 @@ if (!singleInstanceLock) {
break;
}
}

if (process.platform === "win32") {
mainWindow.webContents.send("message-indicator", detail);
}
mainWindow.webContents.send("message-indicator", detail);
}
});
});
Expand Down

0 comments on commit f115486

Please sign in to comment.