fix: Get Profile Filename (#54)

This commit is contained in:
Pylogmon
2023-12-04 12:15:01 +08:00
committed by GitHub
parent 0bc22db296
commit b7e9d61c72
3 changed files with 13 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ reqwest = { version = "0.11", features = ["json", "rustls-tls"] }
tauri = { version = "1.5", features = ["clipboard-all", "global-shortcut-all", "process-all", "shell-all", "system-tray", "updater", "window-all"] }
window-vibrancy = { version = "0.4.3" }
window-shadows = { version = "0.2" }
percent-encoding = "2.3.1"
[target.'cfg(windows)'.dependencies]