From 213435728d9ffde06be1fb066abd4922f0be1a9f Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Wed, 11 Oct 2017 21:54:53 +0300 Subject: [PATCH] aefaef --- Applications.cfg | 2 +- OS.lua | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Applications.cfg b/Applications.cfg index f57d1a75..5d900851 100644 --- a/Applications.cfg +++ b/Applications.cfg @@ -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", diff --git a/OS.lua b/OS.lua index ac287e49..5ca2e9ed 100755 --- a/OS.lua +++ b/OS.lua @@ -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()