Prevent adding child of main info tree in menu
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Garrett Mills 2020-10-14 17:41:04 -05:00
parent 4686e9d37c
commit 97d3ef6cae
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

View File

@ -23,6 +23,7 @@ class Menu extends Controller {
name: 'My Info Tree', name: 'My Info Tree',
children: nodes, children: nodes,
noDelete: true, noDelete: true,
noChildren: true,
virtual: true, virtual: true,
type: 'branch', type: 'branch',
}) })