Icon lookup returns icon file path

This commit is contained in:
Sasha Koshka 2024-04-28 23:19:02 -04:00
parent 39e6d0187e
commit c0e5cb7db3
1 changed files with 1 additions and 0 deletions

View File

@ -500,6 +500,7 @@ func parseIcon (path string) (Icon, error) {
dataPath := strings.TrimSuffix(path, ext) + ".icon"
if data, err := parseIconData(dataPath); err != nil {
data.Path = path
return data, nil
} else {
return Icon {