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

master
Garrett Mills 4 years ago
parent 5b0692d85d
commit 7652bef29f
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

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

Loading…
Cancel
Save