Cant find AcceptDialog’s “Use Native Dialog”

Godot Version

Godot 4.2

Question

Hi guys, I’ve only been using Godot for a few hours haha, does anyone know where the “Use Native Dialog” setting is on the AcceptDialog node? I can’t seem to find it on any of the other nodes except FileDialog but it looks like it has to exist somewhere because Godot is using it for their Help Window. Any help is appreciated thanks!

image

I checked the documentation, Use Native Dialog is only available for the dialog file.
If you are new to Godot, I recommend:
Fast and easy coding, with high readability using SLib - Only 15 minutes!

Ah I made a mistake, Use Native Dialog is only for the dialog popup window. What I meant to ask was how to make the Dialog box look native like Godot’s About Window.

It look’s like an AcceptDialog window but I can’t find a flag or setting that makes it look native instead of the default Godot AcceptDialog window.

Any help is appreciated, thanks

Go to project > pr0ject settings > general and search for “display/window/subwindows/embed_subwindows” and turn off

1 Like

Absolute legend thank you haha

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.