Update ApplicationMenuGroup.cs

pull/16459/head
Engincan VESKE 3 years ago committed by GitHub
parent 01f0cc3044
commit 3af8cd0d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,7 +68,7 @@ public class ApplicationMenuGroup
private string NormalizeElementId(string elementId)
{
return elementId?.Replace(".", "");
return elementId?.Replace(".", "_");
}
public override string ToString()

Loading…
Cancel
Save