We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, after last update of ElvUi NeatMinimap also hides time panel on my minimap, how could I fix it? Thanks for your future answer.
The text was updated successfully, but these errors were encountered:
Go to neatminimap.lua and find NMM.exlude
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.
Sorry, something went wrong.
fixed in #15 will be in next release
No branches or pull requests
Hey, after last update of ElvUi NeatMinimap also hides time panel on my minimap, how could I fix it? Thanks for your future answer.
The text was updated successfully, but these errors were encountered: