setting home path now works

This commit is contained in:
Iaphetes 2025-03-08 19:51:44 +01:00
commit 62918416ee
3 changed files with 853 additions and 548 deletions

1397
src-tauri/Cargo.lock generated

File diff suppressed because it is too large Load diff

2
src-tauri/src/saving.rs Normal file
View file

@ -0,0 +1,2 @@
#[tauri::command]
pub async fn save(path: String, content: String) {}