ElvUI Enhanced Again (DF)

ElvUI Enhanced Again (DF)

1M Downloads

Saved TomTom Waypoints Show Up As Minimap Buttons in the Bar

cr4ckp0t opened this issue ยท 3 comments

commented

Describe the bug
When TomTom waypoints are saved and you log out without clearing them, the next time you log in ElvUI Enhanced will grab those icons and put them in the minimap button bar, instead of remaining on the minimap, where they belong.

To Reproduce
Steps to reproduce the behavior:

  1. Add waypoints to TomTom.
  2. Log out without clearing them.
  3. Log back in.

Expected behavior
These buttons should remain on the minimap and not be captured into the minimap button bar.

Screenshots
2022-12-17_00-56-29

Version (please complete the following information):

  • Version ElvUI 13.12
  • Version Elvui_Enhanced 4.1.5

Additional context
This issue can quickly be resolved by adding "TTMinimapButton", to partialIgnores.

For example:

local partialIgnores = {
	"Node",
	"Note",
	"Pin",
	"POI",
	"Questie",
	"TTMinimapButton",
}
commented

I'll add that the raid and dungeon queue "eye" that ElvUI creates as a minimap button also suffers from this. It appears normally at first, and after some indeterminate time gets pulled down into the minimap button bar, overlapping the rightmost button.

commented

Thanks @cr4ckp0t ive merged your fix into 4.2.0

@bkarza Could you check if the LFG thing is still a problem?

commented

@nickbock looks like it's staying put now. Thanks.