Configurable time format.
This commit is contained in:
parent
2af789884e
commit
0479ee0f89
7 changed files with 63 additions and 29 deletions
|
|
@ -11,6 +11,15 @@
|
|||
#set mark_advance 1
|
||||
#set delete_advance 1
|
||||
|
||||
# Select the time format used in the display; value can be from 0 to 3.
|
||||
#
|
||||
# 0: 10:03:37 (default)
|
||||
# 1: 10:03
|
||||
# 2: 10h 3m 37s
|
||||
# 3: 10h 3m
|
||||
#
|
||||
#set time_format 0
|
||||
|
||||
#### Billing options
|
||||
#
|
||||
# If set, show billable time in each daily summary.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue