How to prevent scene restoration in a catalyst app

Hello all, I'm porting my existing app to catalyst with optimized for mac option. However, I noticed the app will sometimes restore previous open windows if I previously kill it in Xcode. However, these restored windows are also just showing the app entry content instead of restoring the previous scene content. Question, is there anyway to disable this restore scene behavior? Thanks!

Replies

pinging this thread again. I tried all things and the windows are continued being restored. It's a UIApplicationDelegate app. Thank you!