So this is new in #SwiftUI! In AppKit, it was a paaaaaain to have your Settings window animate from tab to tab based on the view’s content. Some developers (even Apple) wouldn’t bother to do it in some apps.
SwiftUI has a modifier for resizing the window based on the content of the view for the selected tab!
So much code can now be deleted!