From 8f1cf69f2dfd6e14ef2f687ba18b87fb4163f646 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sun, 20 Dec 2015 10:50:05 +0300 Subject: [PATCH] aefaef --- lib/ECSAPI.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ECSAPI.lua b/lib/ECSAPI.lua index 50ba0f41..a9bda40f 100644 --- a/lib/ECSAPI.lua +++ b/lib/ECSAPI.lua @@ -1613,13 +1613,13 @@ function ECSAPI.drawOSIcon(x, y, path, showFileFormat, nameColor) icon = "text" elseif fileFormat == ".lua" then icon = "lua" - elseif fileFormat == ".pic" then + elseif fileFormat == ".pic" or fileFormat == ".png" then icon = "image" elseif fileFormat == ".rawpic" then icon = "imageJPG" elseif fileFormat == ".paste" then icon = "pastebin" - elseif fileFormat == ".zip" then + elseif fileFormat == ".pkg" then icon = "archive" elseif not fs.exists(path) then icon = "fileNotExists"