setting home path now works
This commit is contained in:
commit
62918416ee
3 changed files with 853 additions and 548 deletions
1397
src-tauri/Cargo.lock
generated
1397
src-tauri/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
2
src-tauri/src/saving.rs
Normal file
2
src-tauri/src/saving.rs
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#[tauri::command]
|
||||
pub async fn save(path: String, content: String) {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue