mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-18 20:42:34 +01:00
Change AppDefaults to be final classes on macOS and iOS
This commit is contained in:
parent
2f8f6e54bd
commit
d15dbe18ef
@ -14,7 +14,7 @@ enum FontSize: Int {
|
|||||||
case veryLarge = 3
|
case veryLarge = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
struct AppDefaults {
|
final class AppDefaults {
|
||||||
|
|
||||||
static var shared = AppDefaults()
|
static var shared = AppDefaults()
|
||||||
private init() {}
|
private init() {}
|
||||||
|
@ -26,7 +26,7 @@ enum UserInterfaceColorPalette: Int, CustomStringConvertible, CaseIterable {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class AppDefaults {
|
final class AppDefaults {
|
||||||
|
|
||||||
static let shared = AppDefaults()
|
static let shared = AppDefaults()
|
||||||
private init() {}
|
private init() {}
|
||||||
|
Loading…
Reference in New Issue
Block a user