mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-11 07:41:04 +00:00
Remove log
This commit is contained in:
parent
b6862d0c06
commit
c77dfe5f27
@ -59,6 +59,5 @@ ipcMain.on('notification', function(event, title, opts) {
|
|||||||
if (!isOSX() || mainWindow.isFocused()) {
|
if (!isOSX() || mainWindow.isFocused()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log(isOSX());
|
|
||||||
app.dock.setBadge('●');
|
app.dock.setBadge('●');
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user