mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-10 13:12:40 +01:00
aefaefefa
This commit is contained in:
parent
c787bd6486
commit
ed3fc063ec
@ -1,7 +1,7 @@
|
||||
local computer = require("computer")
|
||||
local MineOSCore = require("MineOSCore")
|
||||
|
||||
local icon, menu = args[1], args[2]
|
||||
local icon, menu = select(1, ...), select(2, ...)
|
||||
menu:addItem(MineOSCore.localization.setAsWallpaper).onTouch = function()
|
||||
MineOSCore.properties.wallpaperEnabled = true
|
||||
MineOSCore.properties.wallpaper = icon.path
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user