generated from nhcarrigan/template
6f7544c8b3b47f03861dc42f72a865c807be2472
The frontend was using Tauri's `readTextFile` plugin which enforces scope restrictions and doesn't work with WSL paths on Windows. Changed to use our `read_file_content` backend command which: - Already handles WSL paths correctly on Windows - Works with absolute paths on all platforms - Bypasses Tauri's filesystem scope restrictions - Matches the pattern used throughout the app for file operations This fixes the "forbidden path" error when trying to read memory files on Windows whilst maintaining functionality on Linux/Mac. ✨ This fix was created by Hikari~ 🌸
hikari-desktop
Desktop companion application featuring Hikari.
Live Version
This page is currently deployed. View the live website.
Feedback and Bugs
If you have feedback or a bug report, please log a ticket on our forum.
Contributing
If you would like to contribute to the project, you may create a Pull Request containing your proposed changes and we will review it as soon as we are able! Please review our contributing guidelines first.
Code of Conduct
Before interacting with our community, please read our Code of Conduct.
License
This software is licensed under our global software license.
Copyright held by Naomi Carrigan.
Contact
We may be contacted through our Chat Server or via email at contact@nhcarrigan.com
Description