mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Use EditorFileDialog instead of FileDialog in the project manager
This commit is contained in:
parent
b99fad040d
commit
77fb65debf
12 changed files with 206 additions and 101 deletions
|
|
@ -161,7 +161,7 @@ public:
|
|||
Vector<String> get_favorites() const;
|
||||
void set_recent_dirs(const Vector<String> &p_recent_dirs);
|
||||
Vector<String> get_recent_dirs() const;
|
||||
void load_favorites();
|
||||
void load_favorites_and_recent_dirs();
|
||||
|
||||
bool is_dark_theme();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue