sharing: Always keep menu item in promoted state

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2019-05-07 16:51:47 -07:00
parent dba0e40020
commit 7a2fbd4439
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -44,6 +44,7 @@ def init():
"""Initialize the module."""
menu = main_menu.get('apps')
menu.add_urlname(name, 'sharing', 'sharing:index')
menu.promote_item('sharing:index')
def list_shares():