Иконочки!

This commit is contained in:
IgorTimofeev 2023-12-30 16:02:33 +03:00
parent 62d090dc43
commit 041d71fd0b
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2535,6 +2535,7 @@ function system.updateDesktop()
while path:sub(-4) == ".lnk" do while path:sub(-4) == ".lnk" do
path = system.readShortcut(path) path = system.readShortcut(path)
end end
local icon = dockContainer:addChild(system.icon(1, 2, path, dockColors)) local icon = dockContainer:addChild(system.icon(1, 2, path, dockColors))
icon:analyseExtension(defaultIconLaunchers) icon:analyseExtension(defaultIconLaunchers)
icon:moveBackward() icon:moveBackward()