feat: Remove UNC prefix in paths returned to the frontend (#1168)

* feat: Remove UNC prefix in paths returned to the frontend

* that one doesn't count

* map instead of mut

* revert accidental ipc::response change

* move dunce to workspace root
This commit is contained in:
Fabian-Lars
2024-04-17 15:49:32 +02:00
committed by GitHub
parent 6698774f3f
commit bb51a41d67
7 changed files with 35 additions and 6 deletions
+1
View File
@@ -22,3 +22,4 @@ serde_json = { workspace = true }
tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
dunce = { workspace = true }