Skip to content

Commit 352dbb1

Browse files
committed
Remove HideTalentAlert functionality to combat taint
1 parent f6d260a commit 352dbb1

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"Lua.diagnostics.globals": [
3+
"NUM_LE_FRAME_TUTORIALS",
4+
"NUM_LE_FRAME_TUTORIAL_ACCCOUNTS"
5+
]
6+
}

HideTutorial.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ local function OnEvent(self, event, addon)
2424
C_CVar.SetCVarBitfield("closedInfoFramesAccountWide", i, true)
2525
end
2626
end
27-
if not IsAddOnLoaded("HideTalentAlert") then
28-
function MainMenuMicroButton_AreAlertsEnabled()
29-
return false
30-
end
31-
end
3227
end
3328
end
3429

HideTutorial.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 100002
1+
## Interface: 100005
22
## Version: @project-version@
33
## Title: HideTutorial
44
## Notes: Hides those annoying help plates and tutorials

0 commit comments

Comments
 (0)