igeryu / ffxiv_profile_manager

Layout Manager for Final Fantasy XIV's custom UI.
2 stars 0 forks source link

Fix ProfileManager.initConfig(File, String) #14

Closed igeryu closed 8 years ago

igeryu commented 8 years ago

Needs to create the correct JSON file structure.

igeryu commented 8 years ago

Fixed much of the main framework. It now creates a JSON file from the Character objects initialized by scanBackups().

igeryu commented 8 years ago

Saves a working JSON document from the current structure of characters, activeCharacterName, and activeProfileName.

Renamed to saveConfig(), since it will be used not only at initialization.