Allowing to set the duration format for the timewarrior module (#769)

This commit is contained in:
Tassos Natsakis 2020-01-07 17:04:51 +02:00 committed by Erik Johnson
parent 5a8eaf4027
commit 607584f160

View File

@ -29,6 +29,7 @@ class Timewarrior(IntervalModule):
settings = (
('format', 'format string'),
('duration_format', 'duration format string'),
('enable_stop', 'Allow right click to stop tracking'),
('enable_continue', 'ALlow right click to continue tracking'),
('color_running', '#00FF00'),