diff --git a/Applications/Finder/Finder.lua b/Applications/Finder/Finder.lua index 2c6ac2f3..d954d6d1 100644 --- a/Applications/Finder/Finder.lua +++ b/Applications/Finder/Finder.lua @@ -504,6 +504,8 @@ while true do drawAll() elseif action == "Загрузить на Pastebin" then shell.execute("MineOS/Applications/Pastebin.app/Pastebin.lua upload " .. path) + getFileList(workPathHistory[currentWorkPathHistoryElement]) + drawAll() elseif action == "Установить как обои" then --ecs.error(path) ecs.createShortCut("MineOS/System/OS/Wallpaper.lnk", path)