robojumper / DarkestDungeonSaveEditor

Darkest Dungeon Save File (.json) Reader, Writer, Editor. Also, Spreadsheets.
MIT License
74 stars 8 forks source link

Hide the backup / UI save directory #4

Closed robojumper closed 5 years ago

robojumper commented 5 years ago

Backups, UI settings, and the OAuth token are stored in .store in the user's home directory because that's what Google's OAuth example used. The Google OAuth library automatically hides this directory on Windows systems, but this doesn't happen when the user doesn't use the Spreadsheets.

We should be hiding that directory always on Windows. Changes needed in State.java