twostraws / ControlRoom

A macOS app to control the Xcode Simulator.
MIT License
5.71k stars 306 forks source link

Updated ProgressView to use controlSize instead of scaleEffect #167

Closed adamfootdev closed 1 year ago

adamfootdev commented 1 year ago

Currently when opening ControlRoom, the loading spinner appears blurry due to using the 'scaleEffect' modifier. I've replaced this with the 'controlSize' modifier so that no longer happens whilst preserving the larger progress spinner.

twostraws commented 1 year ago

Thank you!