mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Use properties for hashcode
This commit is contained in:
parent
c03a0b031e
commit
3f6ab55ae7
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ namespace Flow.Launcher.Infrastructure.Hotkey
|
||||||
|
|
||||||
public override int GetHashCode()
|
public override int GetHashCode()
|
||||||
{
|
{
|
||||||
return this.ToString().GetHashCode();
|
return HashCode.Combine(ModifierKeys, CharKey);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue