Also load the smaller time log dialog when Pomodoro timer stops
All checks were successful
CI / test (push) Successful in 5m1s
Lint / test (push) Successful in 1m1s
Trivy / test (push) Successful in 22s

This commit is contained in:
Miguel Jacq 2025-12-01 09:18:09 +11:00
parent a27b1d702a
commit f2bf337049
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -137,7 +137,7 @@ class PomodoroManager:
hours = 0.25
# Open time log dialog
dlg = TimeLogDialog(self._db, date_iso, self._parent)
dlg = TimeLogDialog(self._db, date_iso, self._parent, True)
# Pre-fill the hours
dlg.hours_spin.setValue(hours)