findos icon is now public

This commit is contained in:
2026-03-11 12:45:29 +05:00
parent 5ea665c02f
commit cbee1786ca

View File

@@ -55,7 +55,7 @@ import sh.sar.isodroid.data.IsoFile
* 1. Longest match (most specific)
* 2. Earliest position in filename (if same length)
*/
private fun findOsIcon(context: android.content.Context, filename: String): String? {
fun findOsIcon(context: android.content.Context, filename: String): String? {
return try {
// Dynamically load available icon files from assets
val availableIcons = context.assets.list("osicons")