mirror of
https://github.com/TuringSoftware/CrystalFetch.git
synced 2025-12-29 00:38:49 +08:00
simple: hide duplicate display entries
This commit is contained in:
parent
b8c9faa6cd
commit
7c6efa9653
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ private struct DisplayString: Identifiable, Hashable, Equatable {
|
|||
var display: String
|
||||
|
||||
func hash(into hasher: inout Hasher) {
|
||||
hasher.combine(id)
|
||||
hasher.combine(display)
|
||||
}
|
||||
|
||||
static func ==(lhs: DisplayString, rhs: DisplayString) -> Bool {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue