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:
@@ -10,7 +10,7 @@
|
||||
import AppKit
|
||||
|
||||
public class RSScreen {
|
||||
public static var maxScreenScale = CGFloat(2)
|
||||
public static let maxScreenScale = CGFloat(2)
|
||||
}
|
||||
|
||||
#endif
|
||||
@@ -19,7 +19,7 @@ public class RSScreen {
|
||||
import UIKit
|
||||
|
||||
public class RSScreen {
|
||||
public static var maxScreenScale = CGFloat(3)
|
||||
public static let maxScreenScale = CGFloat(3)
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user