Made hidden ProjectSettings groups more explicit

This commit is contained in:
kobewi
2022-06-08 17:52:19 +02:00
parent 6758a7f8c0
commit 2cd63a1ef0
6 changed files with 30 additions and 2 deletions

View File

@ -424,6 +424,8 @@ void ShaderGlobalsEditor::_notification(int p_what) {
}
ShaderGlobalsEditor::ShaderGlobalsEditor() {
ProjectSettings::get_singleton()->add_hidden_prefix("shader_globals/");
HBoxContainer *add_menu_hb = memnew(HBoxContainer);
add_child(add_menu_hb);