Skip to content

Commit 171b49d

Browse files
committed
Reset negative TSM frame detection cache when opening the mail box.
1 parent fcf65f3 commit 171b49d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

BulkMailInbox.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,8 @@ end
414414
------------------------------------------------------------------------------
415415
function mod:MAIL_SHOW()
416416
ibIndex = GetInboxNumItems()
417+
-- Allow TSM frame detection to re-scan (TSM may create its frame lazily)
418+
MagicUtil:ResetTSMFrameCache()
417419

418420
if not self:IsHooked('CheckInbox') then
419421
self:SecureHook('CheckInbox', 'RefreshInboxGUI')

0 commit comments

Comments
 (0)