mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-07 19:52:40 +01:00
aefaef
This commit is contained in:
parent
ea4c619d68
commit
213435728d
@ -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
3
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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user