From 4527fbcfa11c8e5fe618ce862d641c63b0204301 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sat, 1 Oct 2016 16:15:07 +0200 Subject: editor_node: add an option to stop the update spinner from spinning, fixes #6653 --- tools/editor/editor_node.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/editor/editor_node.h') diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h index 2fae5daced..c1c5885091 100644 --- a/tools/editor/editor_node.h +++ b/tools/editor/editor_node.h @@ -179,6 +179,7 @@ private: RUN_RELOAD_SCRIPTS, SETTINGS_UPDATE_ALWAYS, SETTINGS_UPDATE_CHANGES, + SETTINGS_UPDATE_SPINNER_HIDE, SETTINGS_EXPORT_PREFERENCES, SETTINGS_PREFERENCES, SETTINGS_OPTIMIZED_PRESETS, -- cgit v1.2.3