seo-rii / electron-acrylic-window

Add acrylic effect to your electron application
MIT License
279 stars 23 forks source link

fix: disable custom window refresh method on Windows 11 #74

Closed xanderfrangos closed 2 years ago

xanderfrangos commented 3 years ago

The useCustomWindowRefreshMethod option doesn't appear to be needed on Windows 11, as Microsoft seems to have fixed the issue (finally). This should automatically stop the feature from kicking in, regardless of the options set by the developer.

I'm unable to test this PR completely, as I have no idea how to get the example running. yarn can't seem to find my Python installation, and I don't use yarn to bother to looking into it. So you should double check this this is working correctly before merging.

seo-rii commented 3 years ago

First of all, thank you for your contribution. Currently, my college entrance exam is just around the corner, so I don't think I can check this commitment immediately. I'm really sorry about this. I'll check again as soon as possible.

xanderfrangos commented 3 years ago

@Seo-Rii No worries, take your time. Good luck with your exam! 👍

seo-rii commented 2 years ago

LGTM