mirror of
https://github.com/godotengine/godot.git
synced 2024-11-15 08:32:54 +00:00
Sort the list of addons before saving them
This commit is contained in:
parent
fd4a06c515
commit
b4129680fb
@ -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…
Reference in New Issue
Block a user