You can hide it with a simple CSS snippet:
div[data-path='attachments'],
div[data-path='attachments'] + div.nav-folder-children
{
display: none;
}
(replace ‘attachments’ by the actual name of your folder)
You can hide it with a simple CSS snippet:
div[data-path='attachments'],
div[data-path='attachments'] + div.nav-folder-children
{
display: none;
}
(replace ‘attachments’ by the actual name of your folder)