mirror of
https://github.com/godotengine/godot.git
synced 2025-01-30 21:33:18 +08:00
Merge pull request #78775 from aaronfranke/proj-tag-sort
Sort project tags before saving
This commit is contained in:
commit
2935a2b1de
@ -2504,6 +2504,7 @@ void ProjectManager::_apply_project_tags() {
|
||||
callable_mp((Window *)tag_manage_dialog, &Window::show).call_deferred(); // Make sure the dialog does not disappear.
|
||||
return;
|
||||
} else {
|
||||
tags.sort();
|
||||
cfg.set_value("application", "config/tags", tags);
|
||||
err = cfg.save(project_godot);
|
||||
if (err != OK) {
|
||||
|
Loading…
Reference in New Issue
Block a user