mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix Hashcode
This commit is contained in:
parent
66dee47edc
commit
bfb29e384d
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ namespace Flow.Launcher.Plugin.Program.Views.Models
|
|||
|
||||
public override int GetHashCode()
|
||||
{
|
||||
return HashCode.Combine(UniqueIdentifier);
|
||||
return uniqueIdentifier.GetHashCode();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue