mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-03 12:27:32 +01:00
Make UnreadCountView.Appearance MainActor.
This commit is contained in:
parent
fb0479f324
commit
ce2b2112d1
@ -10,7 +10,7 @@ import AppKit
|
||||
|
||||
@MainActor final class UnreadCountView : NSView {
|
||||
|
||||
struct Appearance {
|
||||
@MainActor struct Appearance {
|
||||
static let padding = NSEdgeInsets(top: 1.0, left: 7.0, bottom: 1.0, right: 7.0)
|
||||
static let cornerRadius: CGFloat = 8.0
|
||||
static let backgroundColor = NSColor(named: "SidebarUnreadCountBackground")!
|
||||
|
Loading…
x
Reference in New Issue
Block a user