More storage development

This commit is contained in:
Tercio Jose
2024-07-11 01:16:18 -03:00
committed by andrew6180
parent cbc9022cd5
commit 5d45539caa
8 changed files with 53 additions and 40 deletions
+5
View File
@@ -182,6 +182,11 @@ function Details:StartMeUp()
for id = 1, Details:GetNumInstances() do
local instance = Details:GetInstance(id)
if (instance:IsEnabled()) then
if (instance.modo == 3) then --everything
instance.LastModo = 2 --standard
instance.modo = 2 --standard
end
--refresh wallpaper
if (instance.wallpaper.enabled) then
instance:InstanceWallpaper(true)