diff --git a/App/Tabs/TabInfo.swift b/App/Tabs/TabInfo.swift index 0d5e569..24f8cd8 100644 --- a/App/Tabs/TabInfo.swift +++ b/App/Tabs/TabInfo.swift @@ -14,11 +14,7 @@ struct TabInfo: Codable, Hashable public var urlString: String? public var faviconData: Data? public var identifier = UUID() - - public static func ==(lhs: TabInfo, rhs: TabInfo) -> Bool { - return lhs.identifier == rhs.identifier - } - + enum CodingKeys: String, CodingKey { case title case urlString = "url"