File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Coming next:
4
4
- Your input/suggestions welcome !
5
5
- See open issues for ideas https://github.com/mooreatv/NeatMinimap/issues)
6
6
7
+ v1.02.02 Sept 11th 2019
8
+ - Fix for my own [!] MoLib button/icons (like PixelPerfectAlign's)
7
9
v1.02.00 Sept 11th 2019
8
10
- Work properly with ElvUI (don't show back hidden buttons) (Fixes #1)
9
11
v1.01.00 Sept 11th 2019
Original file line number Diff line number Diff line change @@ -161,9 +161,10 @@ function NMM:UpdateButtons()
161
161
if NMM .exclude [name ] or not b .Hide then
162
162
self :Debug (" Skipping % %" , name , b .Hide )
163
163
else
164
- if not name then
164
+ name = name or b .name
165
+ if not name and not b .icon then
165
166
self :Debug (" Skipping unamed frame/button" )
166
- elseif NMM :StartsWith (name , " QuestieFrame" ) then
167
+ elseif name and NMM :StartsWith (name , " QuestieFrame" ) then
167
168
self :Debug (4 , " Skipping QuestieFrames %" , name )
168
169
else
169
170
self :Debug (" Adding %" , name )
You can’t perform that action at this time.
0 commit comments