tay1orjones/hyper-clean

Background transparency per OS support

Opened this issue · 0 comments

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:

  • determine if transparency/vibrancy setting is causing errors on windows
  • explore and implement fix