Fix IDE0071
This commit is contained in:
committed by
Pavel Penev
parent
837c70f857
commit
3402031399
@@ -84,7 +84,7 @@ namespace OpenRA
|
||||
return obj is Hotkey o && (Hotkey?)o == this;
|
||||
}
|
||||
|
||||
public override string ToString() { return $"{Key} {Modifiers.ToString("F")}"; }
|
||||
public override string ToString() { return $"{Key} {Modifiers:F}"; }
|
||||
|
||||
public string DisplayString()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user