mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix missing native file dialog title translation.
This commit is contained in:
parent
76fa7b2914
commit
932b2269f8
5 changed files with 10 additions and 4 deletions
|
|
@ -274,6 +274,7 @@ public:
|
|||
|
||||
void set_title(const String &p_title);
|
||||
String get_title() const;
|
||||
String get_translated_title() const;
|
||||
|
||||
void set_initial_position(WindowInitialPosition p_initial_position);
|
||||
WindowInitialPosition get_initial_position() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue