It's pretty common for apps to use UIWindowScene.keyWindow in order to get the view hierarchy from somewhere. When the stream deck simulator is shown, however, it becomes the key window. This was breaking some functionality in our app, as the stream deck window was returned instead of our main window.
Setting this to false should have no impact on functionality.
It's pretty common for apps to use
UIWindowScene.keyWindow
in order to get the view hierarchy from somewhere. When the stream deck simulator is shown, however, it becomes the key window. This was breaking some functionality in our app, as the stream deck window was returned instead of our main window.Setting this to false should have no impact on functionality.