mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
sharing: Always keep menu item in promoted state
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
dba0e40020
commit
7a2fbd4439
@ -44,6 +44,7 @@ def init():
|
|||||||
"""Initialize the module."""
|
"""Initialize the module."""
|
||||||
menu = main_menu.get('apps')
|
menu = main_menu.get('apps')
|
||||||
menu.add_urlname(name, 'sharing', 'sharing:index')
|
menu.add_urlname(name, 'sharing', 'sharing:index')
|
||||||
|
menu.promote_item('sharing:index')
|
||||||
|
|
||||||
|
|
||||||
def list_shares():
|
def list_shares():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user