set the default disp_ord of App to 999. Required for display_order and DeriveDisplay to work properly

This commit is contained in:
Patrick Marks 2020-04-01 12:49:40 -07:00
parent 633ce74ba9
commit 4321cba5ba

View file

@ -120,6 +120,7 @@ impl<'b> App<'b> {
App {
id,
name,
disp_ord: 999,
..Default::default()
}
}