U-C-S / Hurl

Choose the browser on the click of a link
MIT License
254 stars 8 forks source link

Acrylic Issues #57

Closed U-C-S closed 1 year ago

U-C-S commented 1 year ago

Acrylic wont work for some win10 and win11 22H2 (even for me). The problem is with both WPF-UI lib that I use for Acrylic Support and Hurl having a Custom Window.

image

Fix or Workaround

if u experience the issue, paste the following code into the UserSettings.json. Make sure to do proper json formating for avoiding launch errors. (usually paste it above LastUpdated line)

"AppSettings": {
  "DisableAcrylic": true,
  "BackgroundRGB": [51, 51, 51]
},

In Future

Either

U-C-S commented 1 year ago

image

Working Mica Backdrop

U-C-S commented 1 year ago
  • simply avoid using acrylic for its poor WPF support

Had to go with this option for now.

Acrylic Background in new v0.7.x versions is only supported in win11 builds 22523 or above due to library limitations. Mica is now the default background in all win11 builds while win10 is now only limited to black background.