From 7a2fbd443994d7f82c90ef511decb988b054d676 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 7 May 2019 16:51:47 -0700 Subject: [PATCH] sharing: Always keep menu item in promoted state Signed-off-by: Sunil Mohan Adapa --- plinth/modules/sharing/__init__.py | 1 + 1 file changed, 1 insertion(+) 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():