Customize the file manager for each platform

This commit is contained in:
Adam Scott
2024-06-10 11:30:30 -04:00
parent 54c6cfee0d
commit f441172719
11 changed files with 62 additions and 13 deletions
+1 -1
View File
@@ -9191,7 +9191,7 @@ EditorNode::EditorNode() {
}
remove_android_build_template = memnew(ConfirmationDialog);
remove_android_build_template->set_ok_button_text(TTR("Show in File Manager"));
remove_android_build_template->set_ok_button_text(OS::get_singleton()->get_platform_string(OS::PLATFORM_STRING_FILE_MANAGER_OPEN));
remove_android_build_template->connect(SceneStringName(confirmed), callable_mp(this, &EditorNode::_android_explore_build_templates));
gui_base->add_child(remove_android_build_template);