1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Add indicator to linked Resources

This commit is contained in:
Sat
2025-11-04 14:12:42 -03:00
parent ba3b024765
commit 804188d320
8 changed files with 354 additions and 14 deletions

View File

@@ -161,8 +161,7 @@ void InspectorDock::_menu_option_confirm(int p_option, bool p_confirmed) {
unique_resources_confirmation->popup_centered();
} else {
current_option = -1;
unique_resources_label->set_text(TTRC("This object has no resources."));
unique_resources_confirmation->popup_centered();
EditorNode::get_singleton()->show_warning(TTR("This object has no resources to duplicate."));
}
} else {
editor_data->apply_changes_in_editors();