diff --git a/HBBatchBeast/main.js b/HBBatchBeast/main.js index ab4ae17..559c406 100644 --- a/HBBatchBeast/main.js +++ b/HBBatchBeast/main.js @@ -43,7 +43,7 @@ app.on('ready', function () { mainWindow = new BrowserWindow({ width: 1400, height: 1000, - // frame: false, + frame: false, title: 'HBBatchBeast' diff --git a/HBBatchBeast/mainWindow.html b/HBBatchBeast/mainWindow.html index 05836fb..dd87586 100644 --- a/HBBatchBeast/mainWindow.html +++ b/HBBatchBeast/mainWindow.html @@ -1782,7 +1782,7 @@ } - document.getElementById("worker" + message[0] + "Status").innerHTML = "

Worker " + message[0] + " processing file:

" + sourceQueueArray[message[2]] + "

"; + document.getElementById("worker" + message[0] + "Status").innerHTML = "

Worker " + message[0] + " processing file:

Starting

" + sourceQueueArray[message[2]] + "

"; // workerStatusDiv @@ -3459,7 +3459,7 @@
- HBBatchBeast 2.0.6 + HBBatchBeast 2.0.7