Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ASFFreeGamesOptions): Ensure correct file size when saving config…
…uration - Updated `Save` method to address potential issue with file size after writing JSON data. - Implemented option to set file size explicitly after writing using `fs.SetLength(fs.Position)`. This change prevents potential corruption in the saved configuration file by ensuring the correct size reflects the actual JSON content.
- Loading branch information