-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsettings.ini
80 lines (56 loc) · 2.33 KB
/
settings.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
;CC Time Settings File
;Restart program to apply changes!
;Make a backup before editing. If you break something, internal default values are loaded instead of this file.
[General]
;Hide window on startup?
StartMinimized = false
;Initial window size
WindowWidth = 420
WindowHeight = 525
;Choose what corner open window in: TopLeft, TopRight, BottomLeft or BottomRight
WindowPosition = BottomRight
;Should the close button exit the program or just minimize it?
CloseButtonMinimizes = false
;Strings that display in the main window
TotalsString = Total
UnaccountedString = Unaccounted
;Should the timer be on or off when the program starts?
ClockOnAtStartup = true
;Minutes on the totals row buttons. Must be 15, 30 or 60 for "go to nearest" to work.
MinutesOnClockButtons = 15
;Total row buttons go to nearest 15/30/60 minutes instead of just adding or subtracting minutes
ClockButtonsGoToNearest = true
;Minutes for the buttons on task rows
MinutesOnTaskButton1 = 15
MinutesOnTaskButton2 = 30
MinutesOnTaskButton3 = 60
;Each new day, all tasks from the previous day are copied. Set this to false to skip tasks that did not have any hours
DontCopyTasksWithoutTime = false
;If you change date, click outside the main window to close CC Time, and then open it again, should it show today or keep the previous date?
ReturnToTodayWhenRestoring = true
;Set how many minutes new tasks should get
MinutesToAddToNewTasks = 0
;Set the default value when pausing the timer
DefaultMinutesToPause = 60
[Report]
;Initial size of report window
ReportWindowWidth = 960
ReportWindowHeight = 480
;Number of spaces to indent each column in the report
ReportTabSize = 8
;When a task has zero hours, use this instead of 0 for easier reading. Can be blank or 0
ReportZeroIndicator = -
;Allowed values: "minutes" (e.g. 90), "hours" (e.g. 1:30) or "fractional" (e.g. 1,5)
ReportTimeFormat = fractional
;Show or hide rows/columns in report
ReportShowTotalsColumn = true
ReportShowTotalsRow = true
ReportShowUnaccountedRow = false
;When showing report, also automatically copy it to clipboard?
ReportAutoCopyToClipboard = false
;Strings used in the report. You may want to change them to your preferred language
ReportTotalsString = Totals
ReportUnaccountedString = Unaccounted
ReportWeekString = Week
;Show a notice if unaccounted is not zero for all days
ReportWarnIfUnaccountedHours = true