mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-22 11:59:33 +00:00
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:
parent
bc5de46eb2
commit
60822f7198
@ -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(
|
||||
|
||||
@ -1 +1 @@
|
||||
#plinth.modules.email
|
||||
plinth.modules.email
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user