mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 13:02:49 +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 |