Change number of default lines in timeline to 2

This commit is contained in:
Maurice Parker 2019-10-23 13:33:22 -05:00
parent c771bd651c
commit 0dff95e51f
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ struct AppDefaults {
let defaults: [String : Any] = [Key.lastImageCacheFlushDate: Date(),
Key.refreshInterval: RefreshInterval.everyHour.rawValue,
Key.timelineGroupByFeed: false,
Key.timelineNumberOfLines: 3,
Key.timelineNumberOfLines: 2,
Key.timelineSortDirection: ComparisonResult.orderedDescending.rawValue,
Key.displayUndoAvailableTip: true]
AppDefaults.shared.register(defaults: defaults)