diff --git a/electron/main/script.js b/electron/main/script.js index 12b4f19..d46d7b3 100644 --- a/electron/main/script.js +++ b/electron/main/script.js @@ -25,7 +25,6 @@ function checkBoxes() { var pathTest = window.electronAPI.getFilePath(videoUpload.files[0]); var pathToLower = pathTest.toLowerCase(); if(testEndings.some(e => pathToLower.endsWith(e))){ - document.getElementById("progressbar").style.visibility = "visible"; //assembly of the json for the main const selectedStyles = [checkedCounter];