From 8efd64aec0a85063235b77a60da603d8081e4117 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sat, 26 Mar 2016 08:55:28 +0300 Subject: [PATCH] GO --- Applications/Finder/Finder.lua | 2 ++ 1 file changed, 2 insertions(+) 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)