forgot to actually run the on load of the persistence module

This commit is contained in:
Manuel Simon Hirsig
2016-02-06 17:54:08 +01:00
parent 76fca97a40
commit dc16fe3ec6
+1
View File
@@ -86,6 +86,7 @@ function Aux.on_load()
-- AuxFrameContent:SetBackdropColor(unpack(Aux.gui.config.content_color))
-- AuxFrameContent:SetBackdropBorderColor(unpack(Aux.gui.config.content_border_color))
Aux.persistence.on_load()
Aux.search_frame.on_load()
Aux.post_frame.on_load()
Aux.auctions_frame.on_load()