a suite of small concurrency warning fixes

This commit is contained in:
Joe Heck
2024-03-22 10:11:40 -07:00
parent b3464a2aa5
commit 91ea6f28ee
6 changed files with 15 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ extension RSImage {
}
extension IconImage {
static var appIcon: IconImage? = {
static let appIcon: IconImage? = {
if let image = RSImage.appIconImage {
return IconImage(image)
}