You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #109919 from KoBeWi/you_have_no_duplicate_here
Show simple dialog when there are no Resources to duplicate
This commit is contained in:
@@ -161,8 +161,7 @@ void InspectorDock::_menu_option_confirm(int p_option, bool p_confirmed) {
|
|||||||
unique_resources_confirmation->popup_centered();
|
unique_resources_confirmation->popup_centered();
|
||||||
} else {
|
} else {
|
||||||
current_option = -1;
|
current_option = -1;
|
||||||
unique_resources_label->set_text(TTRC("This object has no resources."));
|
EditorNode::get_singleton()->show_warning(TTR("This object has no resources to duplicate."));
|
||||||
unique_resources_confirmation->popup_centered();
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
editor_data->apply_changes_in_editors();
|
editor_data->apply_changes_in_editors();
|
||||||
|
|||||||
Reference in New Issue
Block a user