This commit is contained in:
Igor Timofeev 2017-10-11 21:54:53 +03:00
parent ea4c619d68
commit 213435728d
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@
about="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Localization/About/",
type="Script",
forceDownload=true,
version=3.92,
version=3.93,
},
{
path="/MineOS/Pictures/MoonTouch.pic",

3
OS.lua
View File

@ -349,7 +349,6 @@ local function createOSWindow()
end
MineOSInterface.OSDraw()
else
-- os.sleep(MineOSCore.iconClickDelay)
MineOSInterface.iconDoubleClick(icon, eventData)
end
end
@ -359,7 +358,7 @@ local function createOSWindow()
local menu = MineOSInterface.contextMenu(eventData[3], eventData[4])
menu:addItem(MineOSCore.localization.showContainingFolder).onTouch = function()
MineOSInterface.safeLaunch(MineOSPaths.explorer, "-o", fs.path(icon.path))
end
menu:addSeparator()
menu:addItem(MineOSCore.localization.moveRight, indexOf >= #MineOSInterface.mainContainer.dockContainer.children - 1).onTouch = function()