Skip to content

Commit

Permalink
Fix press save in Import Defaults did not save the changed setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjtxietian authored and orianbsilva committed Nov 1, 2023
1 parent 432cf59 commit a085f55
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 a085f55

Please sign in to comment.