mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-04-04 23:22:47 +02:00
aefaefefa
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user