PoEDynamicLootFilter icon indicating copy to clipboard operation
PoEDynamicLootFilter copied to clipboard

Add a way to toggle previously hidden rules based on the clipboard matching

Open leemmcc opened this issue 3 years ago • 1 comments

If I, on the fly, add a rule to say hide magic jewels. If I want to go back later and unhide it, how would I do that? Maybe add a sidebar that can be opened with rules that were added in this manor to 'undo' at some point.

leemmcc avatar Aug 22 '22 16:08 leemmcc

This is definitely a good suggestion and something I want to add.

In the meantime, just FYI, there is a manual workaround:

  • Open Profiles\<ProfileName>.changes and look for lines matching the format: set_rule_visibility <type_tag: str> <tier_tag: str> <visibility: {show, hide, disable}>
  • Remove lines whose changes you want to revert
  • In DLF, Import Downloaded Filter, then reload filter in-game

Apollys avatar Aug 23 '22 01:08 Apollys