email: Enable as an advanced app

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2022-02-14 22:31:02 -08:00 committed by James Valleroy
parent bc5de46eb2
commit 60822f7198
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ class EmailApp(plinth.app.App):
menu_item = menu.Menu('menu-email', info.name, info.short_description,
info.icon_filename, 'email:index',
parent_url_name='apps')
parent_url_name='apps', advanced=True)
self.add(menu_item)
shortcut = frontpage.Shortcut(

View File

@ -1 +1 @@
#plinth.modules.email
plinth.modules.email