This commit is contained in:
Igor Timofeev
2017-01-06 20:43:33 +03:00
parent b060198a3e
commit 87b5819f82
2 changed files with 2 additions and 2 deletions

View File

@@ -271,7 +271,7 @@
name="lib/MineOSCore.lua",
url="IgorTimofeev/OpenComputers/master/lib/MineOSCore.lua",
type="Library",
version=1.24,
version=1.25,
},
{
name="lib/advancedLua.lua",

View File

@@ -706,7 +706,7 @@ function MineOSCore.iconRightClick(icon, eventData)
elseif action == MineOSCore.localization.contextMenuAddToFavourites then
computer.pushSignal("finderFavouriteAdded", icon.path)
elseif action == MineOSCore.localization.contextMenuShowPackageContent then
computer.pushSignal("MineOSCore", "updateFileList")
computer.pushSignal("MineOSCore", "changeWorkpath", icon.path)
elseif action == MineOSCore.localization.contextMenuCopy then
_G.clipboard = icon.path
elseif action == MineOSCore.localization.contextMenuCut then