How to disable multiple windows feature of my App on iPadOS?

My app is a SwiftUI lifecycle app. I want to disable its multiple windows feature on iPadOS .

I have tried to set the Enable Multiple Scenes option to false in Application Scene Manifest, but it doesn't work.

How to disable multiple windows feature of my App on iPadOS?
 
 
Q