Skip to content

Commit

Permalink
Merge pull request #84291 from jsjtxietian/fix-import-default-save-fa…
Browse files Browse the repository at this point in the history
…iled

Fix press save in Import Defaults did not save the changed setting
  • Loading branch information
akien-mga committed Nov 1, 2023
2 parents 3d0041f + 255db4d commit 8a403e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/import_defaults_editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ void ImportDefaultsEditor::_save() {
} else {
ProjectSettings::get_singleton()->set("importer_defaults/" + settings->importer->get_importer_name(), Variant());
}
ProjectSettings::get_singleton()->save();
}
}

Expand Down

0 comments on commit 8a403e7

Please sign in to comment.