dmarcotte / easy-move-resize

Adds "modifier key + mouse drag" move and resize to OSX
MIT License
902 stars 73 forks source link

Fixes Icon always appearing as white. #66

Closed CianMclennan closed 3 years ago

CianMclennan commented 3 years ago

This fixes an issue that was introduced when the icon was updated for Big Sur. The update assumed that the icon should always be white, but actually both black and white icons should be provided so that the operating system can choose what's most appropriate.

You can see in the bellow video by changing my desktop background colour I can get the icon to toggle between black and white.

https://user-images.githubusercontent.com/1065137/111865368-908ca680-895e-11eb-884a-39a59f2f6db4.mov

dmarcotte commented 3 years ago

Thank you so much!