pdledi_gui: sort widgets

This commit is contained in:
Mario
2023-01-04 19:33:18 +00:00
parent 1a283301cf
commit e69fabcd71

View File

@@ -304,6 +304,8 @@ class Pdledit_gui extends Controller {
}
}
usort($ret, fn($a, $b) => $a['name'] <=> $b['name']);
return $ret;
}