Set bit to disallow adding children to "Trees Shared with Me" node (#11)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Garrett Mills 2020-10-13 10:29:19 -05:00
parent 5b0692d85d
commit 7652bef29f
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

View File

@ -74,6 +74,7 @@ class Menu extends Controller {
name: 'Trees Shared With Me', name: 'Trees Shared With Me',
children: [...view_only_nodes, ...update_nodes, ...manage_nodes], children: [...view_only_nodes, ...update_nodes, ...manage_nodes],
noDelete: true, noDelete: true,
noChildren: true,
virtual: true, virtual: true,
type: 'branch', type: 'branch',
}) })