You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After font updates the respective *-charmap.json can have missing entries previously available. In case of complete removal of an icon from the font, QtAwesome should not throw an exception with a Invalid icon name "x" in font "y" message but show a default icon
The text was updated successfully, but these errors were encountered:
I was thinking in a default icon for any icon set but I guess we could add a predefined name for the default icon to be added in the corresponding *-charmap.json (something like qta-default or something like that). Although if the addition in the charmap is forgotten then we should have a default icon or the exception should be still be thrown?
Maybe we should have a fallback chain like icon from the set > defined default icon from set > default qtawesome icon ?
After font updates the respective
*-charmap.json
can have missing entries previously available. In case of complete removal of an icon from the font,QtAwesome
should not throw an exception with aInvalid icon name "x" in font "y"
message but show a default iconThe text was updated successfully, but these errors were encountered: