Skip to content

Commit

Permalink
Hide status when file decompressed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Feb 20, 2024
1 parent a33f922 commit 148f024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -2728,7 +2728,7 @@ function onChartData(args) {
if (args.text) {
DOM.fileNumber.innerHTML = args.text;
if (args.text.includes('decompressed')) {
//DOM.progressDiv.classList.add('d-none');
DOM.progressDiv.classList.add('d-none');
}
} else {
DOM.progressDiv.classList.remove('d-none');
Expand Down

0 comments on commit 148f024

Please sign in to comment.