Skip to content

Commit

Permalink
Ignore the TokenFrame - solves issues with Baganator's currency transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
Numynum committed Dec 26, 2024
1 parent 32ea037 commit cfcf587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NoAutoclose.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ns.ignore = {
CommunitiesFrame = true,
MacroFrame = true,
PerksProgramFrame = true, -- trading post frame, better to allow it to hide the UI
TokenFrame = true, -- breaks baganator's currency transfer, ignoring it doesn't impact things otherwise
WarboardQuestChoiceFrame = true,
};
local uiSpecialFrameBlacklist = {
Expand Down

0 comments on commit cfcf587

Please sign in to comment.