mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdReportMonth: Renamed setting from '24hours' to '24h'
This commit is contained in:
parent
db1b1410bd
commit
08c54e7368
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ int renderReport (
|
|||
// Determine hours shown.
|
||||
int first_hour = 0;
|
||||
int last_hour = 23;
|
||||
if (! rules.getBoolean ("reports." + type + ".24hours"))
|
||||
if (! rules.getBoolean ("reports." + type + ".24h"))
|
||||
{
|
||||
// Get the extreme time range for the filtered data.
|
||||
first_hour = 23;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue