Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor file saving functions to check for existing files
Updated _saveOptionsContentToFile and _saveFeedbackImage functions to check if the target file already exists before creating a new one. If the file exists, it is deleted first to ensure a fresh file is created each time. This prevents potential issues with outdated or incorrect file data. Changes: - Added file existence check and deletion in _saveOptionsContentToFile. - Added file existence check and deletion in _saveFeedbackImage.
- Loading branch information