We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0755f09 + e4192cc commit 5ba04e8Copy full SHA for 5ba04e8
editor/version_control/version_control_editor_plugin.cpp
@@ -958,7 +958,6 @@ VersionControlEditorPlugin::VersionControlEditorPlugin() {
958
959
metadata_selection = memnew(OptionButton);
960
metadata_selection->set_custom_minimum_size(Size2(100, 20));
961
- metadata_selection->add_item("None", (int)EditorVCSInterface::VCSMetadata::NONE);
962
metadata_selection->add_item("Git", (int)EditorVCSInterface::VCSMetadata::GIT);
963
metadata_selection->select((int)EditorVCSInterface::VCSMetadata::GIT);
964
metadata_hb->add_child(metadata_selection);
0 commit comments