diff --git a/plinth/modules/sharing/__init__.py b/plinth/modules/sharing/__init__.py index 12b3317b2..dce73954f 100644 --- a/plinth/modules/sharing/__init__.py +++ b/plinth/modules/sharing/__init__.py @@ -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():