Skip to content

Commit

Permalink
Merge pull request godotengine#97940 from syntaxerror247/a_refreshing…
Browse files Browse the repository at this point in the history
…_bug

Refresh Filesystem Dock after android build template is created
  • Loading branch information
Repiteo committed Oct 10, 2024
2 parents 168e605 + 2323042 commit e589074
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion editor/export/export_template_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include "core/io/json.h"
#include "core/io/zip_io.h"
#include "core/version.h"
#include "editor/editor_file_system.h"
#include "editor/editor_node.h"
#include "editor/editor_paths.h"
#include "editor/editor_settings.h"
Expand Down Expand Up @@ -876,7 +877,7 @@ Error ExportTemplateManager::install_android_template_from_file(const String &p_

ProgressDialog::get_singleton()->end_task("uncompress_src");
unzClose(pkg);

EditorFileSystem::get_singleton()->scan_changes();
return OK;
}

Expand Down

0 comments on commit e589074

Please sign in to comment.