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
|
|
@ -45,7 +45,6 @@ class Main {
|
|||
static bool agile_input_event_flushing;
|
||||
|
||||
public:
|
||||
static bool is_project_manager();
|
||||
static bool is_cmdline_tool();
|
||||
static int test_entrypoint(int argc, char *argv[], bool &tests_need_run);
|
||||
static Error setup(const char *execpath, int argc, char *argv[], bool p_second_phase = true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue