Saved TomTom Waypoints Show Up As Minimap Buttons in the Bar
cr4ckp0t opened this issue ยท 3 comments
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:
- Add waypoints to TomTom.
- Log out without clearing them.
- Log back in.
Expected behavior
These buttons should remain on the minimap and not be captured into the minimap button bar.
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",
}
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.
@nickbock looks like it's staying put now. Thanks.