Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle missing recent file initialization
When the recent file manager starts, it now properly handles the case where the xbel file doesn't exist. This fix: - Add existence check for xbel file - Create empty xbel file if not exists - Add proper error handling and logging - Ensure file watcher starts correctly This ensures the recent file manager works properly on first run or when the xbel file is missing. Log: Bug: https://pms.uniontech.com/bug-view-296569.html
- Loading branch information