mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 19:19:21 +01:00
Залупоид
This commit is contained in:
parent
0b0433a6fa
commit
8491b09b0f
@ -5,7 +5,7 @@
|
|||||||
about="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/About/",
|
about="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/About/",
|
||||||
type="Script",
|
type="Script",
|
||||||
forceDownload=true,
|
forceDownload=true,
|
||||||
version=3.89,
|
version=3.90,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path="/MineOS/Pictures/MoonTouch.pic",
|
path="/MineOS/Pictures/MoonTouch.pic",
|
||||||
|
|||||||
2
OS.lua
2
OS.lua
@ -496,7 +496,7 @@ local function createOSWindow()
|
|||||||
menu:addItem(MineOSCore.localization.returnToShell).onTouch = function()
|
menu:addItem(MineOSCore.localization.returnToShell).onTouch = function()
|
||||||
MineOSNetwork.broadcastComputerState(false)
|
MineOSNetwork.broadcastComputerState(false)
|
||||||
MineOSInterface.mainContainer:stopEventHandling()
|
MineOSInterface.mainContainer:stopEventHandling()
|
||||||
MineOSCore.clearTerminal()
|
MineOSInterface.clearTerminal()
|
||||||
os.exit()
|
os.exit()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user