mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-09-12 19:51:02 +05:00
6 lines
186 B
Lua
Executable File
6 lines
186 B
Lua
Executable File
local system = require("System")
|
|
|
|
local workspace, icon, menu = table.unpack({...})
|
|
|
|
system.addSetAsWallpaperMenuItem(menu, icon.path)
|
|
system.addUploadToPastebinMenuItem(menu, icon.path) |