properly implement printing of title, regardless of which wrapper has been called

This commit is contained in:
2025-08-26 09:45:29 +02:00
parent b0cf3a02c2
commit fd81d268c1

View File

@@ -94,9 +94,7 @@ public class SimpleLoadingBar extends AbstractProgressBar {
@Override @Override
public void showLoadingBar() { protected void afterShowLoadingBar() {
super.showLoadingBar();
// showLoadingBarDebug(); // DEBUG
println(title); println(title);
} }
} }