mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add Show In File Manager to project manager
This commit is contained in:
parent
d91464f217
commit
e9255375f3
2 changed files with 26 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ class ProjectListFilter;
|
|||
|
||||
class ProjectManager : public Control {
|
||||
OBJ_TYPE(ProjectManager, Control);
|
||||
|
||||
Button *show_btn;
|
||||
Button *erase_btn;
|
||||
Button *open_btn;
|
||||
Button *run_btn;
|
||||
|
|
@ -78,6 +78,7 @@ class ProjectManager : public Control {
|
|||
void _import_project();
|
||||
void _new_project();
|
||||
void _erase_project();
|
||||
void _show_project();
|
||||
void _erase_project_confirm();
|
||||
void _update_project_buttons();
|
||||
void _exit_dialog();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue