Skip to content

Commit cfcf587

Browse files
committed
Ignore the TokenFrame - solves issues with Baganator's currency transfer
1 parent 32ea037 commit cfcf587

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NoAutoclose.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ns.ignore = {
88
CommunitiesFrame = true,
99
MacroFrame = true,
1010
PerksProgramFrame = true, -- trading post frame, better to allow it to hide the UI
11+
TokenFrame = true, -- breaks baganator's currency transfer, ignoring it doesn't impact things otherwise
1112
WarboardQuestChoiceFrame = true,
1213
};
1314
local uiSpecialFrameBlacklist = {

0 commit comments

Comments
 (0)