Skip to content

Commit

Permalink
Fix bogus error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Labfox authored Feb 18, 2025
1 parent 81dbe74 commit 9d3578a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions desktopFiles/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ func ParseIconString(value string) (string, error) {
return filepath.Join("/", value), nil
}
icon, err := icons.FindIconDefaults(value, 256, 1, "application-x-executable")
if err != nil {
panic(err)
}
return icon, err
}

Expand Down

0 comments on commit 9d3578a

Please sign in to comment.