mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-07 19:52:40 +01:00
8 lines
312 B
Lua
8 lines
312 B
Lua
local MineOSPaths = require("MineOSPaths")
|
|
local MineOSCore = require("MineOSCore")
|
|
local MineOSInterface = require("MineOSInterface")
|
|
|
|
local icon, menu = select(1, ...), select(2, ...)
|
|
menu:addItem(MineOSCore.localization.edit).onTouch = function()
|
|
MineOSInterface.safeLaunch(MineOSPaths.editor, icon.path)
|
|
end |