general fixes for game client versions

This commit is contained in:
Tercio Jose
2021-06-10 12:09:28 -03:00
parent 361264a5f4
commit bd1700b5f1
14 changed files with 577 additions and 94 deletions
+3 -2
View File
@@ -335,11 +335,12 @@ do
name = Loc ["STRING_OPTIONS_ED"],
desc = Loc ["STRING_OPTIONS_ED_DESC"],
},
{--auto erase trash segments
type = "toggle",
get = function() return _detalhes.overall_clear_logout end,
get = function() return _detalhes.trash_auto_remove end,
set = function (self, fixedparam, value)
_detalhes:SetOverallResetOptions(nil, nil, value)
_detalhes.trash_auto_remove = value
afterUpdate()
end,
name = Loc ["STRING_OPTIONS_CLEANUP"],