#config windows.transparent invalid !
6 messages · Page 1 of 1 (latest)
i feel like this could be similar to https://github.com/tauri-apps/tauri/issues/4243.
Anyway, try adding this to your Cargo.toml file toml [patch.crates-io] tao = { git = "https://github.com/tauri-apps/tao", branch = "v0.16" }
then run cargo update in your src-tauri dir and try again.
If it's still an issue afterwards please open an issue about it on github
I have tried Tauri v1.2.0 and v1.3.0,also have tried adding:
[patch.crates-io]
tao = { git = "https://github.com/tauri-apps/tao", branch = "v0.16" }
The problem still exists.
Github issue link: https://github.com/tauri-apps/tauri/issues/6876