Also load the smaller time log dialog when Pomodoro timer stops
This commit is contained in:
parent
a27b1d702a
commit
f2bf337049
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ class PomodoroManager:
|
||||||
hours = 0.25
|
hours = 0.25
|
||||||
|
|
||||||
# Open time log dialog
|
# 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
|
# Pre-fill the hours
|
||||||
dlg.hours_spin.setValue(hours)
|
dlg.hours_spin.setValue(hours)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue