Merge pull request #15610 from surajshetty3416/toggle-theme-option
This commit is contained in:
commit
db5fab52ed
1 changed files with 6 additions and 0 deletions
|
|
@ -219,6 +219,12 @@ def add_standard_navbar_items():
|
|||
'action': 'frappe.ui.toolbar.toggle_full_width()',
|
||||
'is_standard': 1
|
||||
},
|
||||
{
|
||||
'item_label': 'Toggle Theme',
|
||||
'item_type': 'Action',
|
||||
'action': 'new frappe.ui.ThemeSwitcher().show()',
|
||||
'is_standard': 1
|
||||
},
|
||||
{
|
||||
'item_label': 'Background Jobs',
|
||||
'item_type': 'Route',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue