XcodesOrg / XcodesApp

The easiest way to install and switch between multiple versions of Xcode - with a mouse click.
MIT License
6.67k stars 293 forks source link

Handle preference alerts from the PlatformsListView #470

Closed chickdan closed 5 months ago

chickdan commented 6 months ago

The expected alert when choosing to delete a platform was not appearing. If I opened the PreferencesView and moved it off to the side I can see the alert appear over it when clicking the delete button. After adding this change I was able to see the alert in the PlatformsListView.

Before:

Screenshot 2024-01-04 at 10 07 14 PM

After:

Screenshot 2024-01-04 at 10 06 20 PM
MattKiazyk commented 5 months ago

Thanks @chickdan - short story is originally I had it in Settings, but forgot to move the alert with it!