TodoChecklister

TodoChecklister

22.5k Downloads

Refactor ordering to correctly load window on ADDON_LOADED event

AssisrMatheus opened this issue ยท 0 comments

commented

The code:

CreateFrame("Frame", "TodoChecklister", events, "TodoChecklisterTemplate");

Is a hotfix because of wow's async load of Saved Variables. The plan is to remove this from init and add it onto the frame logic itself.

  • Init lifecycle method
  • Load cfg lifecycle method