#config windows.transparent invalid !

6 messages · Page 1 of 1 (latest)

worn summit
#

transparent config invalid when move window 😭

lone light
#

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

worn summit
#

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.

worn summit