docs: changelog

This commit is contained in:
Jack Wills
2023-01-29 02:12:02 +00:00
parent c0bb5355d6
commit d7a8639d8b
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -530,7 +530,7 @@ impl AppData {
.containers
.items
.iter()
.map(|i| i.id.to_owned())
.map(|i| i.id.clone())
.collect::<Vec<_>>();
// Only sort it no containers currently set, as afterwards the order is fixed