mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
a suite of small concurrency warning fixes
This commit is contained in:
@@ -27,7 +27,7 @@ extension RSImage {
|
||||
}
|
||||
|
||||
extension IconImage {
|
||||
static var appIcon: IconImage? = {
|
||||
static let appIcon: IconImage? = {
|
||||
if let image = RSImage.appIconImage {
|
||||
return IconImage(image)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user