Don’t draw separators by default. (Yes, I changed my mine.)
This commit is contained in:
parent
405327b795
commit
863ba726ad
@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user