mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-02-19 16:50:09 +01:00
Update ECSAPI.lua
This commit is contained in:
@@ -1542,7 +1542,7 @@ function ECSAPI.drawOSIcon(x, y, path, showFileFormat)
|
||||
else
|
||||
if fileFormat == ".lnk" then
|
||||
local shortcutLink = ECSAPI.readShortcut(path)
|
||||
ECSAPI.drawIcon(x, y, shortcutLink)
|
||||
ECSAPI.drawOSIcon(x, y, shortcutLink)
|
||||
ECSAPI.colorTextWithBack(x + ECSAPI.OSIconsWidth- 6, y + ECSAPI.OSIconsHeight - 3, 0x000000, 0xffffff, "⤶")
|
||||
return 0
|
||||
elseif fileFormat == ".cfg" or fileFormat == ".config" then
|
||||
|
||||
Reference in New Issue
Block a user