mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-11 01:04:05 +01:00
Change it so that we have the unread indicator and star hidden by default. Issue #1724
This commit is contained in:
parent
415fb3ab56
commit
ef79005d67
@ -34,6 +34,11 @@ class MasterTimelineTableViewCell: VibrantTableViewCell {
|
||||
commonInit()
|
||||
}
|
||||
|
||||
override func prepareForReuse() {
|
||||
unreadIndicatorView.isHidden = true
|
||||
starView.isHidden = true
|
||||
}
|
||||
|
||||
override var frame: CGRect {
|
||||
didSet {
|
||||
setNeedsLayout()
|
||||
|
Loading…
Reference in New Issue
Block a user