Show update spinner by default in dev_build=yes editor builds

This ensures contributors can see when something forces the
editor to redraw constantly.

The existing boolean `true` value will be casted to `1` in the setting,
so it'll switch to Enabled automatically if the setting was previously
enabled.
This commit is contained in:
Hugo Locurcio
2024-02-08 15:13:15 +01:00
parent 4e990cd7e5
commit 7e25292205
4 changed files with 23 additions and 5 deletions

View File

@ -488,6 +488,8 @@ private:
String _get_system_info() const;
bool _should_display_update_spinner() const;
static void _dependency_error_report(const String &p_path, const String &p_dep, const String &p_type) {
DEV_ASSERT(Thread::get_caller_id() == Thread::get_main_id());
if (!singleton->dependency_errors.has(p_path)) {