Godot Version
4.4
Question
I have a filedialog node that I need to be exclusive like most file dialogues are. It works best if I use the native file picker for the operating system. I choose this option to use native window.
However the problem comes in the fact that even if I select exclusive the window will not be exclusive and does not block any other clicking on my app. Does anyone know how to make a native window actually exclusive?