We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c879f commit f39c497Copy full SHA for f39c497
CodeEdit/Features/Settings/Pages/TextEditingSettings/Models/NSFont+WithWeight.swift
@@ -44,7 +44,7 @@ extension NSFont {
44
}
45
46
47
-extension NSFont.Weight: Codable {
+extension NSFont.Weight: @retroactive Codable {
48
public func encode(to encoder: Encoder) throws {
49
var container = encoder.singleValueContainer()
50
try container.encode(self.rawValue)
0 commit comments