Open
Description
Descrption
The CircuitVerse desktop app, built with Tauri framework, currently uses web-based dialogs that display messages like "We have saved your project: aj in your browser's localStorage" when saving a project, as seen in the screenshot. This is misleading in a desktop context because the app should save files to the local storage rather than the browser’s localStorage. when using desktop we need to update the save dialog to display "We have saved your project: [projectName] in local storage," where "local storage" refers to the desktop filesystem.
Metadata
Metadata
Assignees
Labels
No labels