This commit is contained in:
2025-08-08 14:57:21 +02:00
parent 7fc7efd166
commit e6ef9ec87f

View File

@@ -56,8 +56,6 @@ public class WorkLoadingBar extends AbstractProgressBar {
private static void handleMittagspause(BufferedReader br, WorkLoadingBar wlb) throws IOException {
LoadingBar.handleMittagspause(br, wlb.loadingBar);
// FSFIXME add functionality that regards this end time as lunch time (thus making the 30 mins pause right before the end).
// it can maybe save that end time and when setting the final end time, making the 30 mins pause prevEndTime + lunchDuration.
wlb.setEndTime(wlb.loadingBar.getEndTime());
}