Apollys / PoEDynamicLootFilter

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

Clear Active Profile if it doesn't exist #37

Closed Apollys closed 2 years ago

Apollys commented 2 years ago

Currently, when profile.GetAllProfileNames is called, if general.config's Active Profile doesn't exist, it adds it to the list of existing profiles (considers it as existing).

Instead, we should change it to an active profile, or blank of no profiles exist.

Ensure this works when a user has manually deleted all their profiles without changing general.config.

Apollys commented 2 years ago

Fixed in dev.