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
I'd like to find a solution to this where platforms that support transparency get the vibrancy/transparency settings, while non-supported platforms get a fallback (solid color?)
I wonder if there is a way to sniff the context the config is loaded in, and conditionally apply config values based on environment. 🤔
Something to explore - I'm not sure exactly how this could be solved.
This issue is complete when:
determine if transparency/vibrancy setting is causing errors on windows
explore and implement fix
The text was updated successfully, but these errors were encountered:
Currently, some platforms do not support Vibrancy or transparency (windows). I believe it might be causing a bug, other config values might not be being applied in the Windows environment.
I'd like to find a solution to this where platforms that support transparency get the vibrancy/transparency settings, while non-supported platforms get a fallback (solid color?)
I wonder if there is a way to sniff the context the config is loaded in, and conditionally apply config values based on environment. 🤔
Something to explore - I'm not sure exactly how this could be solved.
This issue is complete when:
The text was updated successfully, but these errors were encountered: