Change number of default lines in timeline to 2
This commit is contained in:
parent
c771bd651c
commit
0dff95e51f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue