diff options
| author | Daniel Lungaro <chunk_77@hotmail.com> | 2021-05-09 05:17:15 -0700 |
|---|---|---|
| committer | Daniel Lungaro <chunk_77@hotmail.com> | 2021-05-09 13:51:09 -0700 |
| commit | 2bae31a4df783de9fa3f6869f79bfe823c9d2664 (patch) | |
| tree | 62a519b2b51cdfa1249ed03bd1c3ea24f129c9bb /editor/editor_node.h | |
| parent | 6e3f47983cabb5f162eaec075d810f717985beda (diff) | |
| download | redot-engine-2bae31a4df783de9fa3f6869f79bfe823c9d2664.tar.gz | |
Remove plugin from enabled if there's an error
inform user in warning message
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
Refactor remove plugin from enabled
Diffstat (limited to 'editor/editor_node.h')
| -rw-r--r-- | editor/editor_node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index 07de183719..ec67a7c93a 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -460,6 +460,7 @@ private: void _update_file_menu_closed(); void _on_plugin_ready(Object *p_script, const String &p_activate_name); + void _remove_plugin_from_enabled(const String &p_name); void _fs_changed(); void _resources_reimported(const Vector<String> &p_resources); |
