Allowing to set the duration format for the timewarrior module (#769)
This commit is contained in:
parent
5a8eaf4027
commit
607584f160
@ -29,6 +29,7 @@ class Timewarrior(IntervalModule):
|
|||||||
|
|
||||||
settings = (
|
settings = (
|
||||||
('format', 'format string'),
|
('format', 'format string'),
|
||||||
|
('duration_format', 'duration format string'),
|
||||||
('enable_stop', 'Allow right click to stop tracking'),
|
('enable_stop', 'Allow right click to stop tracking'),
|
||||||
('enable_continue', 'ALlow right click to continue tracking'),
|
('enable_continue', 'ALlow right click to continue tracking'),
|
||||||
('color_running', '#00FF00'),
|
('color_running', '#00FF00'),
|
||||||
|
Loading…
Reference in New Issue
Block a user