Fix 4-bit 16 color palette

This commit is contained in:
Milan Nikolic
2026-06-23 04:39:03 +02:00
parent 59bc2b7a1e
commit 09630243fb
4 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ func imagesFromSlice(files []string) []string {
return images
}
// isArchive checks if file is archive.
// isArchive checks if a file is archive.
func isArchive(f string) bool {
var types = []string{".rar", ".zip", ".7z", ".tar", ".cbr", ".cbz", ".cb7", ".cbt"}
for _, t := range types {