Skip to content

Commit 3e690a4

Browse files
committed
Add offset for nightshift
1 parent 80a33df commit 3e690a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

timetagger/app/dialogs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3899,6 +3899,9 @@ def open(self, callback=None):
38993899
</select>
39003900
<div>Today starts at:</div>
39013901
<select>
3902+
<option value='-3h'>21:00</option>
3903+
<option value='-2h'>22:00</option>
3904+
<option value='-1h'>23:00</option>
39023905
<option value=''>00:00</option>
39033906
<option value='1h'>01:00</option>
39043907
<option value='2h'>02:00</option>

0 commit comments

Comments
 (0)