mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 11:09:21 +01:00
Ху пизда ваигна
This commit is contained in:
parent
5bb927aad2
commit
e188047774
@ -4,7 +4,7 @@
|
|||||||
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/OS.lua",
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/OS.lua",
|
||||||
type="Script",
|
type="Script",
|
||||||
forceDownload=true,
|
forceDownload=true,
|
||||||
version=4.01,
|
version=4.02,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path="/MineOS/Pictures/MoonTouch.pic",
|
path="/MineOS/Pictures/MoonTouch.pic",
|
||||||
|
|||||||
4
OS.lua
4
OS.lua
@ -289,7 +289,7 @@ local function createOSWindow()
|
|||||||
MineOSInterface.safeLaunch(MineOSPaths.explorer, "-o", icon.path)
|
MineOSInterface.safeLaunch(MineOSPaths.explorer, "-o", icon.path)
|
||||||
end
|
end
|
||||||
MineOSInterface.mainContainer.iconField.launchers.showContainingFolder = function(icon)
|
MineOSInterface.mainContainer.iconField.launchers.showContainingFolder = function(icon)
|
||||||
MineOSInterface.safeLaunch(MineOSPaths.explorer, "-o", fs.path(icon.shortcutPath))
|
MineOSInterface.safeLaunch(MineOSPaths.explorer, "-o", fs.path(icon.shortcutPath or icon.path))
|
||||||
end
|
end
|
||||||
MineOSInterface.mainContainer.iconField.launchers.showPackageContent = function(icon)
|
MineOSInterface.mainContainer.iconField.launchers.showPackageContent = function(icon)
|
||||||
MineOSInterface.safeLaunch(MineOSPaths.explorer, "-o", icon.path)
|
MineOSInterface.safeLaunch(MineOSPaths.explorer, "-o", icon.path)
|
||||||
@ -368,7 +368,7 @@ local function createOSWindow()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
menu:addItem(MineOSCore.localization.showContainingFolder).onTouch = function()
|
menu:addItem(MineOSCore.localization.showContainingFolder).onTouch = function()
|
||||||
MineOSInterface.safeLaunch(MineOSPaths.explorer, "-o", fs.path(icon.shortcutPath))
|
MineOSInterface.safeLaunch(MineOSPaths.explorer, "-o", fs.path(icon.shortcutPath or icon.path))
|
||||||
end
|
end
|
||||||
menu:addSeparator()
|
menu:addSeparator()
|
||||||
menu:addItem(MineOSCore.localization.moveRight, indexOf >= #MineOSInterface.mainContainer.dockContainer.children - 1).onTouch = function()
|
menu:addItem(MineOSCore.localization.moveRight, indexOf >= #MineOSInterface.mainContainer.dockContainer.children - 1).onTouch = function()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user