mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Don’t draw separators by default. (Yes, I changed my mine.)
This commit is contained in:
@@ -47,12 +47,8 @@ class TimelineTableRowView : NSTableRowView {
|
||||
}
|
||||
|
||||
override func viewDidMoveToSuperview() {
|
||||
if #available(macOS 11.0, *) {
|
||||
if AppDefaults.shared.timelineShowsSeparators {
|
||||
addSeparatorView()
|
||||
} else {
|
||||
if AppDefaults.shared.timelineShowsSeparators {
|
||||
addSeparatorView()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user