Skip to content

Commit

Permalink
fix #29 add indication for current day
Browse files Browse the repository at this point in the history
  • Loading branch information
UriyDevyataev authored and ilia3546 committed Sep 26, 2023
1 parent ab5f511 commit c2d1df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Models/Config.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public struct FastisConfig {
```
*/
public static var `default` = FastisConfig(showCurrentDate: false)
public static var `withCurrentDate` = FastisConfig(showCurrentDate: true)
public static var withCurrentDate = FastisConfig(showCurrentDate: true)

private init(showCurrentDate: Bool) {
self.showCurrentDate = showCurrentDate
Expand Down

0 comments on commit c2d1df8

Please sign in to comment.