Skip to content

Commit c4690ad

Browse files
committed
fix: add the temp solution to disable the taint #531
1 parent 6218619 commit c4690ad

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Core/Core.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,10 @@ function W:GameFixing()
246246
self:RegisterEvent("ADDON_LOADED")
247247
end
248248
end
249+
250+
if E.global.WT.core.fixSetPassThroughButtons then
251+
_G.BonusObjectivePinMixin.SetPassThroughButtons = E.noop
252+
end
249253
end
250254

251255
function W:ADDON_LOADED(event, addOnName)

Settings/Global.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ G.core = {
88
elvUIVersionPopup = true,
99
cvarAlert = false,
1010
advancedCLEUEventTrace = false,
11+
fixSetPassThroughButtons = true,
1112
loginMessage = true,
1213
}
1314

0 commit comments

Comments
 (0)