mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Complete switch on Mac from AppAssets to AppAsset.
This commit is contained in:
@@ -59,7 +59,7 @@ class TimelineTableRowView : NSTableRowView {
|
||||
separator = NSView()
|
||||
separator!.translatesAutoresizingMaskIntoConstraints = false
|
||||
separator!.wantsLayer = true
|
||||
separator!.layer?.backgroundColor = AppAsset.Mac.Timeline.separatorColor.cgColor
|
||||
separator!.layer?.backgroundColor = AppAsset.timelineSeparatorColor.cgColor
|
||||
|
||||
addSubview(separator!)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user