diff --git a/Installer/Installer.lua b/Installer/Installer.lua index ccfb686d..ad96338f 100644 --- a/Installer/Installer.lua +++ b/Installer/Installer.lua @@ -291,6 +291,7 @@ stages[5] = function() stageContainer:addChild(GUI.label(1, 22, stageContainer.width, 1, 0x666666, localization.needToReboot)):setAlignment(GUI.alignment.horizontal.center, GUI.alignment.vertical.top) stageContainer:addChild(GUI.adaptiveRoundedButton(math.floor(stageContainer.width / 2 - (unicode.len(localization.reboot) + 4) / 2), stageContainer.height - 4, 2, 1, 0xAAAAAA, 0xDDDDDD, 0x777777, 0xDDDDDD, localization.reboot)).onTouch = function() + fs.makeDirectory("/MineOS/Pictures/") OSSettings.wallpaper = stageContainer.downloadWallpapersSwitch.state and "/MineOS/Pictures/Road.pic" or nil OSSettings.wallpaperEnabled = true OSSettings.transparencyEnabled = true