How do I dynamically change the defaultSize for a SwiftUI window?
From a “controller” window, I want to dynamically change the default size of a secondary window. Environment Objects do not work, because they aren’t instantiated when the App class is called: