This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
The state of the minimap button is not saved. Instead it always shows on load and overlaps the Track button on the minimap, which is obviously rather annoying. This isn't an issue for FuBar users, so it might be why this hasn't been noticed before.
I'm trying to find the cause of the problem, but I thought I'd make a ticket meanwhile to let you know. I'm using the latest revision of the library.
Thanks
The root cause of the problem is that LibRockConfig is trying to save its state by appending it onto the end of stock Blizzard global variable TALENT_FRAME_WAS_SHOWN. Which is an ugly hack, IMHO.
Well, that variable no longer exists in 3.0. So LibRockConfig's state is never saved, and never reloaded on the next session.
To post a comment, please login or register a new account.