We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c23d9 commit 9071980Copy full SHA for 9071980
core/control.lua
@@ -1705,7 +1705,7 @@
1705
if (instancia.rows_showing == 0 and instancia:GetSegment() == -1) then -- -1 overall data
1706
if (not instancia:IsShowingOverallDataWarning()) then
1707
local tutorial = _detalhes:GetTutorialCVar ("OVERALLDATA_WARNING1") or 0
1708
- if ((type (tutorial) == "number") and (tutorial < 6)) then
+ if ((type (tutorial) == "number") and (tutorial < 60)) then
1709
_detalhes:SetTutorialCVar ("OVERALLDATA_WARNING1", tutorial + 1)
1710
instancia:ShowOverallDataWarning (true)
1711
end
0 commit comments