Skamer / Syling-Tracker

12 stars 1 forks source link

Syling Tracker missing #28

Closed jcjolley closed 3 years ago

jcjolley commented 3 years ago

Describe the bug The addon is gone. I have used /slt show, /slt unlock, /slt lock, and /slt toggle to no avail I recently upgraded my monitor to an ultrawide, and after doing so, the addon is gone. I think it is probably just hiding off the side of the screen, but I can't get it to show up again. There are no error messages, and /slt bot still hides/shows the blizzard object tracker.

What is the version of SylingTracker you use ? 0.4.3

What are the versions of PLoop and Scorpio you use ?

jcjolley commented 3 years ago

Any chance we can get an /slt reset to reset all saved vars including the addon frame position?

Skamer commented 3 years ago

Type that and do a reload: /run import("SLT"); SLT.Database.SelectTable(false, "trackers", "main"); SLT.Database.SetValue("xPos", nil); SLT.Database.SetValue("yPos", nil)

This removes the settings related to the tracker position and will reset the tracker for the next reload ui.

jcjolley commented 3 years ago

That fixed it! Thank you!