You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest Tauri alpha (v2.0.0-alpha.8) on macOS, window shadows are missing. Below is a screenshot of the same application, built using v1.3.0 and v2.0.0-alpha.8.
Using "shadow": true in the tauri.windows section of tauri.conf.json restores the expected behavior, suggesting that the default was flipped in Tauri v2.
Reproduction
Create a windowed application in Tauri on macOS with v2.0.0-alpha.8.
Expected behavior
I expect the window to have the same default shadow that all other macOS windows have.
Describe the bug
In the latest Tauri alpha (v2.0.0-alpha.8) on macOS, window shadows are missing. Below is a screenshot of the same application, built using v1.3.0 and v2.0.0-alpha.8.
Using
"shadow": true
in thetauri.windows
section oftauri.conf.json
restores the expected behavior, suggesting that the default was flipped in Tauri v2.Reproduction
Create a windowed application in Tauri on macOS with v2.0.0-alpha.8.
Expected behavior
I expect the window to have the same default shadow that all other macOS windows have.
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: