Apollys / PoEDynamicLootFilter

Tool to Modify your Loot Filter seamlessly while playing Path of Exile
55 stars 9 forks source link

Add support to validate paths when creating profile #13

Closed Apollys closed 2 years ago

Apollys commented 2 years ago

Backend should have an option to validate that paths exist before creating a new profile, and return a status (successfully created, or invalid config values).

Frontend should then use this when creating a new profile.

Apollys commented 2 years ago

Done in setup.py.

For setup via UI, this should be accomplished by having AHK use file/folder selection directly.