Sort the list of addons before saving them
This commit is contained in:
parent
fd4a06c515
commit
b4129680fb
1 changed files with 1 additions and 0 deletions
|
@ -3302,6 +3302,7 @@ void EditorNode::_update_addon_config() {
|
|||
if (enabled_addons.size() == 0) {
|
||||
ProjectSettings::get_singleton()->set("editor_plugins/enabled", Variant());
|
||||
} else {
|
||||
enabled_addons.sort();
|
||||
ProjectSettings::get_singleton()->set("editor_plugins/enabled", enabled_addons);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue