fix(v3): modal dark-themed directory picker via custom rfd command

This commit is contained in:
Hibryda 2026-03-08 02:05:09 +01:00
parent b1efe8e48d
commit 2a93574d1f
4 changed files with 18 additions and 4 deletions

View file

@ -28,6 +28,7 @@ dirs = "5"
notify = { version = "6", features = ["macos_fsevent"] }
tauri-plugin-updater = "2.10.0"
tauri-plugin-dialog = "2"
rfd = { version = "0.16", default-features = false, features = ["gtk3"] }
uuid = { version = "1", features = ["v4"] }
tokio-tungstenite = { version = "0.21", features = ["native-tls"] }
tokio = { version = "1", features = ["full"] }