This commit is contained in:
2017-09-11 00:10:12 +02:00
parent 50c8ccd6b7
commit a317a880ae
3 changed files with 4 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ var win = null;
var pot = {};
var s = null;
var pot_open_ev = null;
ipcMain
.on('close_pot',(event,arg)=>{

View File

@@ -141,6 +141,7 @@ var yt_dl = class{
if (ampersandPosition != -1) {
video_id = video_id.substring(0, ampersandPosition);
}
/*
var x = new Notification({
title:"Cyb3r Downloader",
body :"finished download for "+url,