We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf65f3 commit 171b49dCopy full SHA for 171b49d
1 file changed
BulkMailInbox.lua
@@ -414,6 +414,8 @@ end
414
------------------------------------------------------------------------------
415
function mod:MAIL_SHOW()
416
ibIndex = GetInboxNumItems()
417
+ -- Allow TSM frame detection to re-scan (TSM may create its frame lazily)
418
+ MagicUtil:ResetTSMFrameCache()
419
420
if not self:IsHooked('CheckInbox') then
421
self:SecureHook('CheckInbox', 'RefreshInboxGUI')
0 commit comments