From 2bae31a4df783de9fa3f6869f79bfe823c9d2664 Mon Sep 17 00:00:00 2001 From: Daniel Lungaro Date: Sun, 9 May 2021 05:17:15 -0700 Subject: Remove plugin from enabled if there's an error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit inform user in warning message Co-authored-by: Rémi Verschelde Refactor remove plugin from enabled --- editor/editor_node.h | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/editor_node.h') 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 &p_resources); -- cgit v1.2.3