Add GLOBAL_DEF_INTERNAL to hide specific settings

This commit is contained in:
kobewi
2022-06-06 15:22:57 +02:00
parent 4d2ecde3e2
commit 83014f8901
4 changed files with 30 additions and 11 deletions

View File

@@ -250,11 +250,6 @@ void SectionedInspector::update_category_list() {
continue;
}
// Filter out unnecessary ProjectSettings sections, as they already have their dedicated tabs.
if (pi.name.begins_with("autoload") || pi.name.begins_with("editor_plugins") || pi.name.begins_with("shader_globals")) {
continue;
}
if (!filter.is_empty() && !_property_path_matches(pi.name, filter, name_style)) {
continue;
}