mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-25 17:22:47 +01:00
aefaef
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user