diff --git a/crm/hooks.py b/crm/hooks.py index a1996f4b..e652e3e1 100644 --- a/crm/hooks.py +++ b/crm/hooks.py @@ -293,7 +293,14 @@ standard_dropdown_items = [ "label": "Settings", "type": "Route", "icon": "settings", - "route": "#", + "route": "#", + "is_standard": 1, + }, + { + "name1": "login_to_fc", + "label": "Login to Frappe Cloud", + "type": "Route", + "route": "#", "is_standard": 1, }, { @@ -307,7 +314,7 @@ standard_dropdown_items = [ "label": "Log out", "type": "Route", "icon": "log-out", - "route": "#", + "route": "#", "is_standard": 1, }, ]