Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with ElvUi minimap panel after last update. #14

Closed
Zakakanec opened this issue Jul 24, 2020 · 2 comments
Closed

Problem with ElvUi minimap panel after last update. #14

Zakakanec opened this issue Jul 24, 2020 · 2 comments

Comments

@Zakakanec
Copy link

Hey, after last update of ElvUi NeatMinimap also hides time panel on my minimap, how could I fix it? Thanks for your future answer.

@stornquist
Copy link
Contributor

Go to neatminimap.lua and find NMM.exlude

replace the whole thing with

NMM.exclude = {
  -- Our own frame
  ["NeatMinimapFrame"] = true,
  -- Std blizz stuff
  ["MiniMapMailFrame"] = true,
  ["MiniMapBattlefieldFrame"] = true,
  ["MinimapBorder"] = true,
  ["MinimapBackdrop"] = true,
  ["MiniMapInstanceDifficulty"] = true, -- bfa
  ["GuildInstanceDifficulty"] = true,
  ["MiniMapChallengeMode"] = true,
  ["GameTimeFrame"] = true, -- handled through config, ElvUI (or bfa?) reparents it
  -- SexyMap
  ["SexyMapCustomBackdrop"] = true,
  ["SexyMapPingFrame"] = true,
  -- ElvUI
  ["MMHolder"] = true,
  ["HelpOpenWebTicketButton"] = true,
  ["HelpOpenTicketButton"] = true,
  ["TopMiniPanel"] = true,
  ["LeftMiniPanel"] = true,
  ["RightMiniPanel"] = true,
  ["BottomMiniPanel"] = true,
  ["TopLeftMiniPanel"] = true,
  ["TopRightMiniPanel"] = true,
  ["BottomLeftMiniPanel"] = true,
  ["BottomRightMiniPanel"] = true,
  -- Questie 4.1 onward
  ["QuestieFrameGroup"] = true,
  -- ElvUI
  ["MinimapPanel"] = true
}

This will add the datatext panel to the ignore list. I added a request to merge this into the addon as well.

@mooreatv
Copy link
Owner

fixed in #15 will be in next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants