View Single Post
02-25-20, 05:23 PM   #4
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Originally Posted by Teddy7808
This works wonders! Is there any way to add a 'show hidden' toggle in the filters in case I accidently hide a item. I know its a big ask but either way i really appreciate this, youre awesome!

Nope, too lazy for that. But you can use /tinspect HideAppearanceDB to look into the savedvariables and unhide it again with e.g.
Code:
/run HideAppearanceDB[32472] = nil
Or you can manually edit the SavedVariables in a text editor. The names of the appearances are also stored in there so that makes it a bit easier

  Reply With Quote