Fix installer

This commit is contained in:
Smok1e 2024-01-15 12:36:24 +03:00
parent 4427488ab7
commit 320241e928

View File

@ -612,7 +612,7 @@ addStage(function()
addToList(true, "required") addToList(true, "required")
addToList(true, "localizations") addToList(true, "localizations")
addToList(true, "wallpapers") addToList(true, "requiredWallpapers")
addToList(applicationsSwitchAndLabel.switch.state, "optional") addToList(applicationsSwitchAndLabel.switch.state, "optional")
addToList(wallpapersSwitchAndLabel.switch.state, "optionalWallpapers") addToList(wallpapersSwitchAndLabel.switch.state, "optionalWallpapers")