This commit is contained in:
Tercio Jose
2020-10-23 15:42:25 -03:00
parent 4cf0bf3484
commit 701baee614
22 changed files with 718 additions and 95 deletions
+10
View File
@@ -575,6 +575,16 @@ do
name = "Reset Nickname",
desc = "Reset Nickname",
},
{--ignore nicknames
type = "toggle",
get = function() return _detalhes.ignore_nicktag end,
set = function (self, fixedparam, value)
_detalhes.ignore_nicktag = value
afterUpdate()
end,
name = Loc ["STRING_OPTIONS_IGNORENICKNAME"],
desc = Loc ["STRING_OPTIONS_IGNORENICKNAME_DESC"],
},
{type = "blank"},