Skip to content

Commit

Permalink
Update TimeTrackingConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyborger1 authored Dec 8, 2024
1 parent 997c114 commit ce2bcc4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ default int defaultTimerMinutes()
@ConfigItem(
keyName = "sortOrder",
name = "Sort Order",
description = "The order in which to sort the timers",
description = "The order in which to sort the timers.",
position = 7
)
default SortOrder sortOrder()
Expand All @@ -116,7 +116,7 @@ default SortOrder sortOrder()
@ConfigItem(
keyName = "timerWarningThreshold",
name = "Warning Threshold",
description = "The time at which to change the timer color to the warning color",
description = "The time at which to change the timer color to the warning color.",
position = 8
)
@Units(Units.SECONDS)
Expand Down

0 comments on commit ce2bcc4

Please sign in to comment.