Skip to content

Commit e589074

Browse files
committed
Merge pull request godotengine#97940 from syntaxerror247/a_refreshing_bug
Refresh Filesystem Dock after android build template is created
2 parents 168e605 + 2323042 commit e589074

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

editor/export/export_template_manager.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include "core/io/json.h"
3535
#include "core/io/zip_io.h"
3636
#include "core/version.h"
37+
#include "editor/editor_file_system.h"
3738
#include "editor/editor_node.h"
3839
#include "editor/editor_paths.h"
3940
#include "editor/editor_settings.h"
@@ -876,7 +877,7 @@ Error ExportTemplateManager::install_android_template_from_file(const String &p_
876877

877878
ProgressDialog::get_singleton()->end_task("uncompress_src");
878879
unzClose(pkg);
879-
880+
EditorFileSystem::get_singleton()->scan_changes();
880881
return OK;
881882
}
882883

0 commit comments

Comments
 (0)