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 6218619 commit c4690adCopy full SHA for c4690ad
Core/Core.lua
@@ -246,6 +246,10 @@ function W:GameFixing()
246
self:RegisterEvent("ADDON_LOADED")
247
end
248
249
+
250
+ if E.global.WT.core.fixSetPassThroughButtons then
251
+ _G.BonusObjectivePinMixin.SetPassThroughButtons = E.noop
252
+ end
253
254
255
function W:ADDON_LOADED(event, addOnName)
Settings/Global.lua
@@ -8,6 +8,7 @@ G.core = {
8
elvUIVersionPopup = true,
9
cvarAlert = false,
10
advancedCLEUEventTrace = false,
11
+ fixSetPassThroughButtons = true,
12
loginMessage = true,
13
}
14
0 commit comments