Adding make reinstall

This commit is contained in:
2026-04-26 14:00:43 -06:00
parent 212e957f49
commit 8b6b4d582d
3 changed files with 117 additions and 2 deletions

View File

@@ -754,7 +754,7 @@ func loadImage(path string) (image.Image, error) {
}
func loadSVG(path string) (image.Image, error) {
icon, err := oksvg.ReadIcon(path, oksvg.WarnErrorMode)
icon, err := oksvg.ReadIcon(path, oksvg.IgnoreErrorMode)
if err != nil {
return nil, err
}