nickbock / ElvUI_Enhanced_Again

https://www.curseforge.com/wow/addons/elvui-enhanced-again
MIT License
11 stars 13 forks source link

Saved TomTom Waypoints Show Up As Minimap Buttons in the Bar #147

Closed cr4ckp0t closed 1 year ago

cr4ckp0t commented 1 year ago

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):

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

For example:

local partialIgnores = {
    "Node",
    "Note",
    "Pin",
    "POI",
    "Questie",
    "TTMinimapButton",
}
bkarza commented 1 year ago

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 commented 1 year ago

Thanks @cr4ckp0t ive merged your fix into 4.2.0

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

bkarza commented 1 year ago

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