Skip to content

Commit bfb29e3

Browse files
Fix Hashcode
1 parent 66dee47 commit bfb29e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Program/Views/Models/ProgramSource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public bool Equals(IProgram program)
8383

8484
public override int GetHashCode()
8585
{
86-
return HashCode.Combine(UniqueIdentifier);
86+
return uniqueIdentifier.GetHashCode();
8787
}
8888
}
8989
}

0 commit comments

Comments
 (0)