Have noticed when renaming the file dialog title when setup for opening files it keeps reverting to the default title of “open a file”.
1 Like
I just had the same issue, but I was able to change it through script by setting file_dialog.title = “string” in the _ready() function.