diff --git a/Installer/Main.lua b/Installer/Main.lua index d5e28cef..9b08e5bc 100644 --- a/Installer/Main.lua +++ b/Installer/Main.lua @@ -612,7 +612,7 @@ addStage(function() addToList(true, "required") addToList(true, "localizations") - addToList(true, "wallpapers") + addToList(true, "requiredWallpapers") addToList(applicationsSwitchAndLabel.switch.state, "optional") addToList(wallpapersSwitchAndLabel.switch.state, "optionalWallpapers")