Add real check for icoload_source

This commit is contained in:
DarthSim
2025-07-11 22:25:32 +03:00
parent b18b678df2
commit 08678c8d49

View File

@@ -268,7 +268,7 @@ func SupportsLoad(it imagetype.Type) bool {
case imagetype.BMP:
sup = hasOperation("bmpload_source")
case imagetype.ICO:
sup = true
sup = hasOperation("icoload_source")
case imagetype.SVG:
sup = hasOperation("svgload_source")
case imagetype.HEIC, imagetype.AVIF: