File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ ADB.savePosSuffix = "buttonPos" -- button pos is button.name .. savePosSuffix
45
45
-- TODO: move most of this to MoLib
46
46
47
47
function ADB :SetupMenu ()
48
- ADB :WipeFrame (ADB .mmb )
48
+ ADB . mmb = ADB :WipeFrame (ADB .mmb )
49
49
if ADB .hideMinimap then
50
50
ADB :Debug (" Not showing minimap button per config" )
51
51
return
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Coming next:
4
4
- Your input/suggestions welcome !
5
5
- See open issues for ideas https://github.com/mooreatv/AuctionDB/issues
6
6
7
+ v1.04.01 Oct 18th 2020
8
+ - Fix for multiple flip/flop of show/hide minimap generating molib error. (pick up new molib too)
9
+
7
10
v1.04.00 Oct 18th 2020
8
11
- Added option to hide minimap button in config `/ahdb conf`
9
12
You can’t perform that action at this time.
0 commit comments