This commit is contained in:
Anthony Stirling
2024-12-11 23:13:23 +00:00
parent 11273b1589
commit 1c5dfc46a0
3 changed files with 20 additions and 15 deletions

View File

@@ -90,7 +90,6 @@ public class LoadingWindow extends JDialog {
try {
progressBar.setValue(Math.min(Math.max(progress, 0), 100));
progressBar.setString(progress + "%");
log.info(progress + "%");
mainPanel.revalidate();
mainPanel.repaint();
} catch (Exception e) {